• Stars
    star
    268
  • Rank 147,622 (Top 3 %)
  • Language
    Erlang
  • License
    ISC License
  • Created over 10 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Support library for manipulating Web protocols.

Cowlib

Cowlib is a support library for manipulating Web protocols.

Goals

Cowlib provides libraries for parsing and building messages for various Web protocols, including HTTP/1.1, HTTP/2 and Websocket.

It is optimized for completeness rather than speed. No value is ignored, they are all returned.

Support