We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0662e3c commit b1a2b68Copy full SHA for b1a2b68
src/header.ts
@@ -1,7 +1,7 @@
1
export const ApplicationJson = 'application/json';
2
3
/** Common http headers */
4
-export const enum HttpHeader {
+export enum HttpHeader {
5
CacheControl = 'Cache-Control',
6
ContentEncoding = 'Content-Encoding',
7
ContentType = 'Content-Type',
@@ -13,12 +13,12 @@ export const enum HttpHeader {
13
}
14
15
/** Amazon specific headers */
16
-export const enum HttpHeaderAmazon {
+export enum HttpHeaderAmazon {
17
CloudfrontId = 'X-Amz-Cf-Id',
18
TraceId = 'X-Amzn-Trace-Id',
19
20
21
-export const enum HttpHeaderRequestId {
+export enum HttpHeaderRequestId {
22
CorrelationId = 'X-LINZ-Correlation-Id',
23
RequestId = 'X-LINZ-Request-Id',
24
0 commit comments