UNPKG

384 BTypeScriptView Raw
1export declare enum HttpRequestHeaders {
2 accept = "accept",
3 acceptCharset = "accept-charset",
4 acceptDatetime = "accept-datetime",
5 acceptEncoding = "accept-encoding",
6 acceptLanguage = "accept-language",
7 authorization = "authorization",
8 cacheControl = "cache-control",
9 connection = "connection",
10 contentType = "content-type",
11 cookie = "cookie"
12}