Matterway
    Preparing search index...

    Enumeration ResponseType

    Enum for ResponseType values

    Index

    Enumeration Members

    ARRAYBUFFER: "arraybuffer"
    BLOB: "blob"

    To download content as a [binary/blob] https://developer.mozilla.org/en-US/docs/Web/API/Blob

    DOCUMENT: "document"

    This downloads content as a document or stream

    JSON: "json"

    To download response content as a json

    RAW: "raw"
    STREAM: "stream"

    To download response as a [stream]https://nodejs.org/api/stream.html

    TEXT: "text"

    For downloading response as a text