Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApiSpecificationRoute

A single route that forwards requests to a particular backend and may contain some additional policies.

Properties

backend

Optional loggingPolicies

loggingPolicies: model.ApiSpecificationLoggingPolicies

Optional methods

methods: Array<Methods>

A list of allowed methods on this route.

path

path: string

A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.

Optional requestPolicies

requestPolicies: model.ApiSpecificationRouteRequestPolicies

Optional responsePolicies

responsePolicies: model.ApiSpecificationRouteResponsePolicies

Functions

getDeserializedJsonObj

getJsonObj