Skip to main content
Skip to main content

internal

Classes

Interfaces

Type Aliases

AxiosRequestHeaders

AxiosRequestHeaders: Record<string, string>


AxiosResponseHeaders

AxiosResponseHeaders: Record<string, string> & { set-cookie?: string[] }


Method

Method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "purge" | "PURGE" | "link" | "LINK" | "unlink" | "UNLINK"


RequestMethod

RequestMethod: "DELETE" | "POST" | "GET"


Response

Response<T>: T & { response: HTTPResponse }

Type parameters

TobjectRequired

ResponsePromise

ResponsePromise<T>: Promise<Response<T>>

Type parameters

TobjectRequired

ResponseType

ResponseType: "arraybuffer" | "blob" | "document" | "json" | "text" | "stream"

Was this section helpful?