mirror https://github.com/ninenines/cowlib

Loïc Hoguin aca97c9e96 Add cow_http:request/4 and cow_http:version/1 11 лет назад
include 521d7ed582 Add the cow_multipart module for multipart message parsing and building 11 лет назад
src aca97c9e96 Add cow_http:request/4 and cow_http:version/1 11 лет назад
test 5bc352df0c More copyright years 11 лет назад
.gitignore c492c3eb06 Add .gitignore 11 лет назад
LICENSE 5bc352df0c More copyright years 11 лет назад
Makefile 8c0e428b01 Add cow_http_te module for streaming chunked and identity TE 11 лет назад
README.md fad5c0049d Initial commit with most of spdy/3 11 лет назад
all.sh aa504a1956 Test cowlib on all releases since R15B, plus maint and master 11 лет назад
erlang.mk aa504a1956 Test cowlib on all releases since R15B, plus maint and master 11 лет назад

README.md

Cowlib

Cowlib is a support library for manipulating Web protocols.

Goals

Cowlib provides libraries for parsing and building messages for various Web protocols, including SPDY, HTTP and Websocket.

It is optimized for completeness rather than speed. No value is ignored, they are all returned.

Support