How to Install libprotocol-http2-perl in Ubuntu 18.04



Install libprotocol-http2-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libprotocol-http2-perl

Description:

HTTP/2 protocol implementation with client and server libraries

Protocol::HTTP2 is HTTP/2 protocol implementation (RFC 7540) 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. . Protocol::HTTP2::Client is HTTP/2 client library. It's intended to make HTTP/2 client implementations on top of your favorite event-loop. . Protocol::HTTP2::Server is HTTP/2 server library. It's intended to make HTTP/2 server implementations on top of your favorite event loop.

Homepage: https://metacpan.org/release/Protocol-HTTP2

Version: 1.08-1

Section: universe/perl