Module http_route

Module http_route 

Source

Structs§

K8sServiceData
SgBackendRef
BackendRef defines how a HTTPRoute should forward an HTTP request.
SgHttpMethodMatch
SgHttpRoute
HTTPRoute provides a way to route HTTP requests.
SgHttpRouteMatch
HTTPRouteMatch defines the predicate used to match requests to a given action. Multiple match types are ANDed together, i.e. the match will evaluate to true only if all conditions are satisfied.
SgHttpRouteRule
HTTPRouteRule defines semantics for matching an HTTP request based on conditions (matches), processing it (filters), and forwarding the request to an API object

Enums§

BackendHost
SgHttpHeaderMatch
SgHttpPathMatch
PathMatchType specifies the semantics of how HTTP paths should be compared.
SgHttpQueryMatch