node_pcap icon indicating copy to clipboard operation
node_pcap copied to clipboard

http2 is comming

Open seti123 opened this issue 10 years ago • 1 comments

Is anybody else looking into it? I assume decoding of http2 will be very demanded as it is a binary protocol. Not sure if this could be used somehow for decoding https://github.com/molnarg/node-http2

seti123 avatar Feb 13 '15 01:02 seti123

I like the approach of using existing parsers to decode things like this. Surely node will get some kind of native http2 support at some point, which will hopefully expose the parser somehow.

In the meantime though, it would be pretty neat to hook up someone else's parser for http2 and spdy.

If you want to try, check out how to use the new API in the http_trace and redis_trace repos.

mranney avatar Feb 14 '15 01:02 mranney