Conversation
|
Is |
|
@Fishrock123 yep, and it seems unlikely any others will be added anytime soon. No known browser currently uses this mechanism; it seems curl is the primary user of this right now. |
|
Should we even implement this? Does Curl require it or something? i.e. is it useful? |
|
We use it in async-h1 server, and when async-h1 client behavior is slightly more mature it should also use this header. I don't really see much value in including it as a reusable type, though. It's just as easy to do |
|
@jbr I mostly included it for completion. We also have typed headers for e.g. |
|
Parsing |
|
It seems the conversation now is about useful this header will turn out to be, rather than whether the implementation is correct. I don't see any concrete downsides in including this; the worst case seems to be that nobody will care. With the upside that this might actually be helpful to some. Making a decision to merge this. |
Add
other::Expectheader. Ref #99. Thanks!