ui-router-server / connect / ConnectRequest
Interface: ConnectRequest
Defined in: connect.ts:29
The subset of http.IncomingMessage the middleware reads (and rewrites).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
headers | Record<string, string | string[] | undefined> | Request headers, lowercase-keyed; the adapter reads accept and strips validators. | connect.ts:35 |
method? | string | The HTTP method, read by the navigation heuristic. | connect.ts:33 |
url? | string | The request target (pathname?search); the default shell host rewrites it. | connect.ts:31 |