ResumableHeaders
The headers for resumable requests.
Signature
export interface ResumableHeadersProperties
5Methods
0No methods.
Properties
"Client-Name": string;The name of the client.
@type{string}
"User-Agent": string;The user agent of the client.
@type{string}
"User-Id": string;The user id of the client.
@type{string}
"Session-Id"?: string;The session id of the client.
@type{string | undefined}
Authorization: string;The authorization of the client.
@type{string}