Douglas Wilson
Douglas Wilson
FWIW, the biggest issue with the difference is that it's not even safe to perform basic inequality operations on the result of `Date.parse` like you can do natively. For example,...
Why is the API restricted to only the Link header? The spec allows any header and I was about to use this for an intenral API to include some metadata...
Sure. For example I'm thinking ```js response.writeEarlyHints({ link: 'your link header', x-trace-id: 'id for diagnostics' }) ``` That would end up writing out ``` HTTP/1.1 103 Early Hints link: your...
AFAIK web browsers will only use the Link header (but I cannot say for sure as I am not an expert there), but what headers are in use by a...
Sweet. I got it mostly do so far. I know it is new, so not sure on the process, but should this just be in addition to the current implementation...
Cool, sounds good. That is what I was expecting, just it's a bit more work, so was trying to see if I could take a shortcut to open PR sooner,...
In HTTP1 a GET request may or may not have a body. I assume this is still the same in http/2 as I have used a body in a GET...
Skipping around through the rfc you linked,, from what I can gather is that a body = data frames from the client on a stream. So to know if there...
It's possible that new API needs to be added to Node.js to get that information. User land code should be able to get at all the data at the http/2...
> OK, I will file a issue in nodejs repo and pending this PR. Did you ever make this issue / can you provide a link I can look at?