https://github.com/ninenines/cowlib
Support library for manipulating Web protocols.
https://github.com/ninenines/cowlib
erlang http http2 parser websocket
Last synced: 18 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T11:44:06.000Z (2 months ago)
- Last Synced: 2025-03-31T14:14:11.377Z (28 days ago)
- Topics: erlang, http, http2, parser, websocket
- Language: Erlang
- Homepage:
- Size: 1.21 MB
- Stars: 283
- Watchers: 22
- Forks: 175
- Open Issues: 10
-
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!]