7 lines
302 B
Text
7 lines
302 B
Text
|
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.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Protocol-HTTP2/
|