Interface: IRequestModel
Provides HTTP request properties.
Hierarchy
- IRequestModel
Index
Properties
Properties
enabled
• enabled: boolean
If false
, the request will not be executed.
headers
• headers: object
A dictionary of HTTP headers sent along with the request.
Type declaration:
- [ key: string]: string
method
• method: string
An HTTP method.
request
• request: any
The request body.
responseType
• responseType: ResponseType
Defines how to interpret the response received from the server.
url
• url: string
A URL that is used to accept requests.