blob: e0375835b8b3374933c93ccc28b51801282bfc2d (
plain) (
tree)
|
|
Protocol::HTTP2 is HTTP/2 protocol (draft 17) implementation with stateful
decoders/encoders of HTTP/2 frames. You may use this module to implement your
own HTTP/2 client/server/intermediate on top of your favorite event loop over
plain or tls socket.
|