hoshimi
    Preparing search index...

    Interface ResumableHeaders

    The headers for resumable requests.

    interface ResumableHeaders {
        Authorization: string;
        "Client-Name": string;
        "Session-Id"?: string;
        "User-Agent": string;
        "User-Id": string;
    }
    Index

    Properties

    Authorization: string

    The authorization of the client.

    "Client-Name": string

    The name of the client.

    "Session-Id"?: string

    The session id of the client.

    "User-Agent": string

    The user agent of the client.

    "User-Id": string

    The user id of the client.