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

HttpGatewayRoutePrefixRewrite

import type { HttpGatewayRoutePrefixRewrite } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

An object representing the beginning characters of the route to rewrite.

interface HttpGatewayRoutePrefixRewrite {
defaultPrefix?: DefaultGatewayRouteRewrite | null;
value?: string | null;
}

§Properties

§
defaultPrefix?: DefaultGatewayRouteRewrite | null
[src]

The default prefix used to replace the incoming route prefix when rewritten.

§
value?: string | null
[src]

The value used to replace the incoming route prefix when rewritten.