https://github.com/ninenines/cowlib
Support library for manipulating Web protocols.
https://github.com/ninenines/cowlib
erlang http http2 parser websocket
Last synced: about 1 year ago
JSON representation
Support library for manipulating Web protocols.
- Host: GitHub
- URL: https://github.com/ninenines/cowlib
- Owner: ninenines
- License: isc
- Created: 2013-08-21T18:02:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T11:00:47.000Z (about 1 year ago)
- Last Synced: 2025-05-12T12:21:47.764Z (about 1 year ago)
- Topics: erlang, http, http2, parser, websocket
- Language: Erlang
- Homepage:
- Size: 1.26 MB
- Stars: 283
- Watchers: 22
- Forks: 176
- Open Issues: 11
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
= 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!]