TODO

Hierarchy

  • FetchParams

Properties

binaryBody?: InputStream | ByteArray | ((out) => void)

binaryBody

Type declaration

body?: string | ((writer) => void)

body

Type declaration

    • (writer): void
    • Parameters

      Returns void

bodyType?: string

bodyType

charset?: string

charset

connectionTimeout?: number

connectionTimeout

credentials?: boolean

credentials

enableErrorStream?: boolean

enableErrorStream

followRedirects?: boolean

followRedirects

headers?: {
    [key: string]: string | string[];
}

headers

Type declaration

  • [key: string]: string | string[]
method?: string

method

readTimeout?: number

readTimeout

sslContext?: FetchSslContext

sslContext

version?: "HTTP_1_1" | "HTTP_2"

version.

Generated using TypeDoc