UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

62 lines 2.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpHeaders = void 0; var HttpHeaders; (function (HttpHeaders) { HttpHeaders["ACCEPT"] = "Accept"; HttpHeaders["ACCEPT_CHARSET"] = "Accept-Charset"; HttpHeaders["ACCEPT_ENCODING"] = "Accept-Encoding"; HttpHeaders["ACCEPT_LANGUAGE"] = "Accept-Language"; HttpHeaders["ACCEPT_RANGES"] = "Accept-Ranges"; HttpHeaders["AGE"] = "Age"; HttpHeaders["ALLOW"] = "Allow"; HttpHeaders["AUTHORIZATION"] = "Authorization"; HttpHeaders["CACHE_CONTROL"] = "Cache-Control"; HttpHeaders["CONNECTION"] = "Connection"; HttpHeaders["CONTENT_ENCODING"] = "Content-Encoding"; HttpHeaders["CONTENT_LANGUAGE"] = "Content-Language"; HttpHeaders["CONTENT_LENGTH"] = "Content-Length"; HttpHeaders["CONTENT_LOCATION"] = "Content-Location"; HttpHeaders["CONTENT_MD5"] = "Content-MD5"; HttpHeaders["CONTENT_RANGE"] = "Content-Range"; HttpHeaders["CONTENT_TYPE"] = "Content-Type"; HttpHeaders["DATE"] = "Date"; HttpHeaders["DAV"] = "Dav"; HttpHeaders["DEPTH"] = "Depth"; HttpHeaders["DESTINATION"] = "Destination"; HttpHeaders["ETAG"] = "ETag"; HttpHeaders["EXPECT"] = "Expect"; HttpHeaders["EXPIRES"] = "Expires"; HttpHeaders["FROM"] = "From"; HttpHeaders["HOST"] = "Host"; HttpHeaders["IF"] = "If"; HttpHeaders["IF_MATCH"] = "If-Match"; HttpHeaders["IF_MODIFIED_SINCE"] = "If-Modified-Since"; HttpHeaders["IF_NONE_MATCH"] = "If-None-Match"; HttpHeaders["IF_RANGE"] = "If-Range"; HttpHeaders["IF_UNMODIFIED_SINCE"] = "If-Unmodified-Since"; HttpHeaders["LAST_MODIFIED"] = "Last-Modified"; HttpHeaders["LOCATION"] = "Location"; HttpHeaders["LOCK_TOKEN"] = "Lock-Token"; HttpHeaders["MAX_FORWARDS"] = "Max-Forwards"; HttpHeaders["OVERWRITE"] = "Overwrite"; HttpHeaders["PRAGMA"] = "Pragma"; HttpHeaders["PROXY_AUTHENTICATE"] = "Proxy-Authenticate"; HttpHeaders["PROXY_AUTHORIZATION"] = "Proxy-Authorization"; HttpHeaders["RANGE"] = "Range"; HttpHeaders["REFERER"] = "Referer"; HttpHeaders["RETRY_AFTER"] = "Retry-After"; HttpHeaders["SERVER"] = "Server"; HttpHeaders["STATUS_URI"] = "Status-URI"; HttpHeaders["TE"] = "TE"; HttpHeaders["TIMEOUT"] = "Timeout"; HttpHeaders["TRAILER"] = "Trailer"; HttpHeaders["TRANSFER_ENCODING"] = "Transfer-Encoding"; HttpHeaders["UPGRADE"] = "Upgrade"; HttpHeaders["USER_AGENT"] = "User-Agent"; HttpHeaders["VARY"] = "Vary"; HttpHeaders["VIA"] = "Via"; HttpHeaders["WARNING"] = "Warning"; HttpHeaders["WWW_AUTHENTICATE"] = "WWW-Authenticate"; })(HttpHeaders || (exports.HttpHeaders = HttpHeaders = {})); //# sourceMappingURL=HttpHeader.js.map