Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PathRoute

A "path route rule" to evaluate an incoming URI path, and then route a matching request to the specified backend set.

Path route rules apply only to HTTP and HTTPS requests. They have no effect on TCP requests.

Properties

backendSetName

backendSetName: string

The name of the target backend set for requests where the incoming URI matches the specified path.

Example: {@code example_backend_set}

path

path: string

The path string to match against the incoming URI path.

Path strings are case-insensitive.

Asterisk (*) wildcards are not supported.

Regular expressions are not supported.

Example: {@code /example/video/123}

pathMatchType

pathMatchType: PathMatchType

The type of matching to apply to incoming URIs.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: PathRoute): object

getJsonObj