headers icon indicating copy to clipboard operation
headers copied to clipboard

Expose the Accept header

Open Marwes opened this issue 6 years ago • 3 comments
trafficstars

Enables Accept without any deeper changes and exposes the internal Method of AccessControlRequestMethod. Probably a better way of doing this PR but this adds the features I need to migrate from https://github.com/dekellum/hyperx

Marwes avatar Oct 18 '19 13:10 Marwes

Thanks for the PR!

The AccessControlRequestMethod change is easier to merge, can you make that a separate PR? When doing so, instead of exposing the field, I'd suggest making a method, or even impl From<AccessControlRequestMethod> for Method.

seanmonstar avatar Oct 18 '19 17:10 seanmonstar

Is there anything blocking this PR from getting merged?

nerdrew avatar Dec 10 '22 06:12 nerdrew

bumping interest in this PR, or at least interest in having the accept header available

tlovell-sxt avatar Sep 06 '23 16:09 tlovell-sxt