Implement new HTTP headers
- [x] Custom
- [ ] Accept
- [ ] Accept-Charset
- [ ] Accept-Encoding
- [ ] Accept-Language
- [ ] Accept-Ranges
- [x] Access-Control-Allow-Credentials
- [x] Access-Control-Allow-Headers
- [x] Access-Control-Allow-Methods
- [x] Access-Control-Allow-Origin
- [x] Access-Control-Expose-Headers
- [x] Access-Control-Max-Age
- [ ] Access-Control-Request-Headers
- [ ] Access-Control-Request-Method
- [x] Age
- [x] Allow
- [ ] Alt-Svc
- [ ] Authorization
- [x] Cache-Control
- [x] Clear-Site-Data
- [x] Connection
- [x] Content-Disposition
- [x] Content-Encoding
- [x] Content-Language
- [x] Content-Length
- [x] Content-Location
- [x] Content-MD5
- [x] Content-Range
- [x] Content-Security-Policy
- [x] Content-Security-Policy-Report-Only
- [x] Content-Type
- [x] Cookie
- [ ] DNT
- [x] Date
- [ ] Early-Data
- [x] Etag
- [ ] Expect
- [ ] Expect-CT
- [x] Expires
- [ ] Forwarded
- [ ] From
- [ ] Host
- [ ] If-Match
- [ ] If-Modified-Since
- [ ] If-None-Match
- [ ] If-Range
- [ ] If-Unmodified-Since
- [ ] Index
- [x] Keep-Alive
- [x] Last-Modified
- [x] Link
- [x] Location
- [ ] Origin
- [ ] Proxy-Authenticate
- [ ] Proxy-Authorization
- [ ] Public-Key-Pins
- [ ] Public-Key-Pins-Report-Only
- [ ] Range
- [ ] Referer
- [ ] Referrer-Policy
- [x] Refresh
- [x] Retry-After
- [ ] Sec-WebSocket-Accept
- [ ] Server
- [ ] Server-Timing
- [x] Set-Cookie
- [ ] SourceMap
- [ ] Strict-Transport-Security
- [x] Sunset
- [ ] TE
- [ ] Timing-Allow-Origin
- [ ] Tk
- [x] Trailer
- [x] Transfer-Encoding
- [ ] Upgrade-Insecure-Requests
- [ ] User-Agent
- [x] Vary
- [ ] Via
- [x] WWW-Authenticate
- [x] Warning
- [ ] X-Content-Type-Options
- [ ] X-DNS-Prefetch-Control
- [ ] X-Frame-Options
- [ ] X-XSS-Protection
What about Sunset also? https://tools.ietf.org/id/draft-wilde-sunset-header-03.html
What about Sunset also? https://tools.ietf.org/id/draft-wilde-sunset-header-03.html
@cjunge-work Thank you for your interest in the project. The wrapper for the Sunset header will appear very soon.
What about Sunset also? https://tools.ietf.org/id/draft-wilde-sunset-header-03.html
@cjunge-work Thank you for participating in the project. In release 1.0.5, the new HTTP header Sunset is implemented. I will be glad to new ideas!
Actually some headers are not included in this new header implentation lists.
Please refer this header lists.
For example, the X-Requested-With, X-Forwarded-For and X-Forwarded-Host headers are not included in the new header lists.
It should find out and add them in the new header lists.
Actually some headers are not included in this new header implentation lists.
Please refer this header lists.
For example, the
X-Requested-With,X-Forwarded-ForandX-Forwarded-Hostheaders are not included in the new header lists.It should find out and add them in the new header lists.
Hello! Thank you for your time.
This list contains only standard-popular response headers. Therefore, this list contains almost no request headers.
A lot of useful information can be found here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
If someone needs a new message header, I’ll happily implement it first.