zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

README.asciidoc (476B)


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