Module match_request

Module match_request 

Source

Structs§

HttpMethodMatch
HttpQueryMatch
HttpRouteMatch
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.
SgHttpHeaderMatchRewrite

Enums§

HttpPathMatchRewrite
PathMatchType specifies the semantics of how HTTP paths should be compared.
SgHttpHeaderMatchRewritePolicy
SgHttpQueryMatchPolicy

Traits§

MatchRequest