aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lasiar/canonicalheader/initialism.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-09-10 12:16:33 +0200
committerTaras Madan <tarasmadan@google.com>2024-09-10 14:05:26 +0000
commitc97c816133b42257d0bcf1ee4bd178bb2a7a2b9e (patch)
tree0bcbc2e540bbf8f62f6c17887cdd53b8c2cee637 /vendor/github.com/lasiar/canonicalheader/initialism.go
parent54e657429ab892ad06c90cd7c1a4eb33ba93a3dc (diff)
vendor: update
Diffstat (limited to 'vendor/github.com/lasiar/canonicalheader/initialism.go')
-rw-r--r--vendor/github.com/lasiar/canonicalheader/initialism.go75
1 files changed, 75 insertions, 0 deletions
diff --git a/vendor/github.com/lasiar/canonicalheader/initialism.go b/vendor/github.com/lasiar/canonicalheader/initialism.go
new file mode 100644
index 000000000..c3d91c23e
--- /dev/null
+++ b/vendor/github.com/lasiar/canonicalheader/initialism.go
@@ -0,0 +1,75 @@
+// Code generated by initialismer; DO NOT EDIT.
+package canonicalheader
+
+// initialism mapping of not canonical headers from
+// https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
+// https://www.iana.org/assignments/http-fields/http-fields.xhtml.
+func initialism() map[string]string {
+ return map[string]string{
+ "A-Im": "A-IM",
+ "Accept-Ch": "Accept-CH",
+ "Alpn": "ALPN",
+ "Amp-Cache-Transform": "AMP-Cache-Transform",
+ "C-Pep": "C-PEP",
+ "C-Pep-Info": "C-PEP-Info",
+ "Cal-Managed-Id": "Cal-Managed-ID",
+ "Caldav-Timezones": "CalDAV-Timezones",
+ "Cdn-Cache-Control": "CDN-Cache-Control",
+ "Cdn-Loop": "CDN-Loop",
+ "Content-Id": "Content-ID",
+ "Content-Md5": "Content-MD5",
+ "Dasl": "DASL",
+ "Dav": "DAV",
+ "Differential-Id": "Differential-ID",
+ "Dnt": "DNT",
+ "Dpop": "DPoP",
+ "Dpop-Nonce": "DPoP-Nonce",
+ "Ediint-Features": "EDIINT-Features",
+ "Etag": "ETag",
+ "Expect-Ct": "Expect-CT",
+ "Getprofile": "GetProfile",
+ "Http2-Settings": "HTTP2-Settings",
+ "Im": "IM",
+ "Include-Referred-Token-Binding-Id": "Include-Referred-Token-Binding-ID",
+ "Last-Event-Id": "Last-Event-ID",
+ "Mime-Version": "MIME-Version",
+ "Nel": "NEL",
+ "Odata-Entityid": "OData-EntityId",
+ "Odata-Isolation": "OData-Isolation",
+ "Odata-Maxversion": "OData-MaxVersion",
+ "Odata-Version": "OData-Version",
+ "Optional-Www-Authenticate": "Optional-WWW-Authenticate",
+ "Oscore": "OSCORE",
+ "Oslc-Core-Version": "OSLC-Core-Version",
+ "P3p": "P3P",
+ "Pep": "PEP",
+ "Pep-Info": "PEP-Info",
+ "Pics-Label": "PICS-Label",
+ "Profileobject": "ProfileObject",
+ "Repeatability-Client-Id": "Repeatability-Client-ID",
+ "Repeatability-Request-Id": "Repeatability-Request-ID",
+ "Sec-Gpc": "Sec-GPC",
+ "Sec-Websocket-Accept": "Sec-WebSocket-Accept",
+ "Sec-Websocket-Extensions": "Sec-WebSocket-Extensions",
+ "Sec-Websocket-Key": "Sec-WebSocket-Key",
+ "Sec-Websocket-Protocol": "Sec-WebSocket-Protocol",
+ "Sec-Websocket-Version": "Sec-WebSocket-Version",
+ "Setprofile": "SetProfile",
+ "Slug": "SLUG",
+ "Soapaction": "SoapAction",
+ "Status-Uri": "Status-URI",
+ "Tcn": "TCN",
+ "Te": "TE",
+ "Ttl": "TTL",
+ "Uri": "URI",
+ "Www-Authenticate": "WWW-Authenticate",
+ "X-Correlation-Id": "X-Correlation-ID",
+ "X-Dns-Prefetch-Control": "X-DNS-Prefetch-Control",
+ "X-Real-Ip": "X-Real-IP",
+ "X-Request-Id": "X-Request-ID",
+ "X-Ua-Compatible": "X-UA-Compatible",
+ "X-Webkit-Csp": "X-WebKit-CSP",
+ "X-Xss": "X-XSS",
+ "X-Xss-Protection": "X-XSS-Protection",
+ }
+}