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 | Defined in |
|---|---|---|
headers | Record<string, string | string[] | undefined> | connect.ts:32 |
method? | string | connect.ts:31 |
url? | string | connect.ts:30 |