Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 476 Bytes

README.asciidoc

File metadata and controls

18 lines (12 loc) · 476 Bytes

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