Appearance
@loontail/minecraft-kit v0.5.0 / HttpRequestOptions
Interface: HttpRequestOptions
Options for an HTTP request.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
headers? | readonly | Readonly<Record<string, string>> | - |
noCache? | readonly | boolean | When true, do not consult the in-memory cache. |
signal? | readonly | AbortSignal | - |
timeoutMs? | readonly | number | - |