http-header-kit icon indicating copy to clipboard operation
http-header-kit copied to clipboard

Implement new HTTP headers

Open fenric opened this issue 7 years ago • 5 comments

fenric avatar Dec 12 '18 06:12 fenric

What about Sunset also? https://tools.ietf.org/id/draft-wilde-sunset-header-03.html

cjunge-work avatar Jan 24 '19 02:01 cjunge-work

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.

fenric avatar Jan 24 '19 04:01 fenric

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!

Use the implementation...

fenric avatar Jan 24 '19 06:01 fenric

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.

peter279k avatar Jan 28 '19 11:01 peter279k

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.

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.

fenric avatar Jan 29 '19 11:01 fenric