Skip to content

@loontail/minecraft-kit v0.5.0 / HttpRequestOptions

Interface: HttpRequestOptions

Options for an HTTP request.

Properties

PropertyModifierTypeDescription
headers?readonlyReadonly<Record<string, string>>-
noCache?readonlybooleanWhen true, do not consult the in-memory cache.
signal?readonlyAbortSignal-
timeoutMs?readonlynumber-

MIT License