Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ResponseType

Response modes, defaults to auto.

Auto parses to JSON when the Content-Type header is set to application/json Otherwise the response body is returned as string

Stream is only usable in Node.js

Index

Enumeration members

Enumeration members

ArrayBuffer

ArrayBuffer: = "arraybuffer"

Auto

Auto: = "auto"

Blob

Blob: = "blob"

Json

Json: = "json"

Stream

Stream: = "stream"

Text

Text: = "text"

Generated using TypeDoc