Skip to content

ui-router-server / connect / ConnectRequest

Interface: ConnectRequest

Defined in: connect.ts:29

The subset of http.IncomingMessage the middleware reads (and rewrites).

Properties

PropertyTypeDescriptionDefined in
headersRecord<string, string | string[] | undefined>Request headers, lowercase-keyed; the adapter reads accept and strips validators.connect.ts:35
method?stringThe HTTP method, read by the navigation heuristic.connect.ts:33
url?stringThe request target (pathname?search); the default shell host rewrites it.connect.ts:31