How to Install erlang-cowlib in Ubuntu 18.04



Install erlang-cowlib by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-cowlib

Description:

Erlang library for manipulating web protocols

Cowlib provides libraries for parsing and building messages for various Web protocols, including SPDY, HTTP and Websocket. . It is optimized for completeness rather than speed. No value is ignored, they are all returned.

Homepage: https://github.com/extend/cowlib

Version: 1.3.0-2

Section: universe/devel