dudeswave2/cowlib
absc eebf62d527 Split the web front-end and the backend into separate applications.
This design will make things easier to both scale and test.
Having a dedicated back-end application allow us to keep the API
stable, while improving the internals.
2024-09-10 19:40:30 +00:00
..
doc/src/manual Import cowlib. 2024-07-23 22:04:25 +02:00
ebin Import cowlib. 2024-07-23 22:04:25 +02:00
include Import cowlib. 2024-07-23 22:04:25 +02:00
src Split the web front-end and the backend into separate applications. 2024-09-10 19:40:30 +00:00
LICENSE Import cowlib. 2024-07-23 22:04:25 +02:00
Makefile Import cowlib. 2024-07-23 22:04:25 +02:00
README.asciidoc Import cowlib. 2024-07-23 22:04:25 +02: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!]