@vladbasin/strong-api-constants
Version:
Http protocol constants for Strong API framework
62 lines • 2.73 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpHeaders = void 0;
var HttpHeaders;
(function (HttpHeaders) {
HttpHeaders["Accept"] = "Accept";
HttpHeaders["AcceptCharset"] = "Accept-Charset";
HttpHeaders["AcceptEncoding"] = "Accept-Encoding";
HttpHeaders["AcceptLanguage"] = "Accept-Language";
HttpHeaders["AcceptRanges"] = "Accept-Ranges";
HttpHeaders["Age"] = "Age";
HttpHeaders["Allow"] = "Allow";
HttpHeaders["Authorization"] = "Authorization";
HttpHeaders["CacheControl"] = "Cache-Control";
HttpHeaders["Connection"] = "Connection";
HttpHeaders["ContentEncoding"] = "Content-Encoding";
HttpHeaders["ContentLanguage"] = "Content-Language";
HttpHeaders["ContentLength"] = "Content-Length";
HttpHeaders["ContentLocation"] = "Content-Location";
HttpHeaders["ContendMd5"] = "Content-MD5";
HttpHeaders["ContentRange"] = "Content-Range";
HttpHeaders["ContentType"] = "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["IfMatch"] = "If-Match";
HttpHeaders["IfModifiedSince"] = "If-Modified-Since";
HttpHeaders["IfNoneMatch"] = "If-None-Match";
HttpHeaders["IfRange"] = "If-Range";
HttpHeaders["IfUnmodifiedSince"] = "If-Unmodified-Since";
HttpHeaders["LastModified"] = "Last-Modified";
HttpHeaders["Location"] = "Location";
HttpHeaders["LockToken"] = "Lock-Token";
HttpHeaders["MaxForwards"] = "Max-Forwards";
HttpHeaders["Overwrite"] = "Overwrite";
HttpHeaders["Pragma"] = "Pragma";
HttpHeaders["ProxyAuthenticate"] = "Proxy-Authenticate";
HttpHeaders["ProxyAuthorization"] = "Proxy-Authorization";
HttpHeaders["Range"] = "Range";
HttpHeaders["Referer"] = "Referer";
HttpHeaders["RetryAfter"] = "Retry-After";
HttpHeaders["Server"] = "Server";
HttpHeaders["StatusUri"] = "Status-URI";
HttpHeaders["Te"] = "TE";
HttpHeaders["Timeout"] = "Timeout";
HttpHeaders["Trailer"] = "Trailer";
HttpHeaders["TransferEncoding"] = "Transfer-Encoding";
HttpHeaders["Upgrade"] = "Upgrade";
HttpHeaders["UserAgent"] = "User-Agent";
HttpHeaders["Vary"] = "Vary";
HttpHeaders["Via"] = "Via";
HttpHeaders["Warning"] = "Warning";
HttpHeaders["WwwAuthenticate"] = "WWW-Authenticate";
})(HttpHeaders = exports.HttpHeaders || (exports.HttpHeaders = {}));
//# sourceMappingURL=HttpHeaders.js.map