HttpRouteMatch
import type { HttpRouteMatch } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appmesh.ts";interface HttpRouteMatch {
headers?: HttpRouteHeader[] | null;
method?: HttpMethod | null;
path?: HttpPathMatch | null;
prefix?: string | null;
queryParameters?: HttpQueryParameter[] | null;
scheme?: HttpScheme | null;
}§Properties
§
headers?: HttpRouteHeader[] | null
[src]§
method?: HttpMethod | null
[src]§
path?: HttpPathMatch | null
[src]§
queryParameters?: HttpQueryParameter[] | null
[src]§
scheme?: HttpScheme | null
[src]