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