README.asciidoc 476 B

123456789101112131415161718
  1. = Cowlib
  2. Cowlib is a support library for manipulating Web protocols.
  3. == Goals
  4. Cowlib provides libraries for parsing and building messages
  5. for various Web protocols, including HTTP/1.1, HTTP/2 and
  6. Websocket.
  7. It is optimized for completeness rather than speed. No value
  8. is ignored, they are all returned.
  9. == Support
  10. * Official IRC Channel: #ninenines on irc.freenode.net
  11. * https://ninenines.eu/services[Commercial Support]
  12. * https://github.com/sponsors/essen[Sponsor me!]