cat-bookmarker/deps/cowlib
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
_build/prod/lib/.rebar3/rebar_compiler_erl Clean up repo and update deps 2024-03-10 11:52:04 -07:00
ebin Clean up repo and update deps 2024-03-10 11:52:04 -07:00
include Clean up repo and update deps 2024-03-10 11:52:04 -07:00
src Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.fetch Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.hex Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE Clean up repo and update deps 2024-03-10 11:52:04 -07:00
Makefile Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.asciidoc Clean up repo and update deps 2024-03-10 11:52:04 -07:00
erlang.mk Clean up repo and update deps 2024-03-10 11:52:04 -07:00
hex_metadata.config Clean up repo and update deps 2024-03-10 11:52:04 -07:00

README.asciidoc

= 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

* Official IRC Channel: #ninenines on irc.freenode.net
* https://ninenines.eu/services[Commercial Support]
* https://github.com/sponsors/essen[Sponsor me!]