RequestUrlParam
RequestUrlParam interface
Signature:
export interface RequestUrlParam
Properties
| Property | Modifiers | Type | Description |
|---|
body? | | string | ArrayBuffer | (Optional) |
contentType? | | string | (Optional) |
headers? | | Record<string, string> | (Optional) |
method? | | string | (Optional) |
throw? | | boolean | (Optional) Whether to throw an error when the status code is 400+ Defaults to true |
url | | string | |