h2 icon indicating copy to clipboard operation
h2 copied to clipboard

Supporting OPTIONS requests

Open carllerche opened this issue 6 years ago • 0 comments

Making OPTIONS requests has turned out to be problematic.

OPTIONS requests can include a "path" component of *. These requests must include a :scheme as well as optionally include a :pseudo header (spec).

Now, the problem is that there isn't a great way to represent these possibilities using the Uri type provided by http.

This also relates to https://github.com/hyperium/http/issues/176.

This is a continuation of this discussion.

carllerche avatar Feb 28 '18 19:02 carllerche