MiddlewareContext
Sourceimport { MiddlewareContext } from "@prestojs/rest";
MiddlewareContext<T>
Constructor
Methods
Returns:void
Properties
executeOptions
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
... | any | Any properties from ExecuteInitOptions | |
... | any | Any properties from UrlResolveOptions |
lastState
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
* | decodedBody | any | |
* | response | Response | |
* | result | T | |
* | url | string |
requestInit
SourceAn object with these properties: | |||
---|---|---|---|
Property | Type | Description | |
* | headers | Headers | |
* | method | string | |
... | any | Any properties from RequestInit except for these:
|