HttpRouteMatchRule interface

Describes a rule for http route matching.

Properties

headers

headers and their values to match in request.

path

Path to match for routing.

Property Details

headers

headers and their values to match in request.

headers?: HttpRouteMatchHeader[]

Property Value

path

Path to match for routing.

path: HttpRouteMatchPath

Property Value