Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]
§
prefix?: string | null
[src]
§
queryParameters?: HttpQueryParameter[] | null
[src]
§
scheme?: HttpScheme | null
[src]