aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http.erl
AgeCommit message (Expand)Author
2015-04-10Add headers to gun_ws_upgrade messageLoïc Hoguin
2015-04-10Make Dialyzer happyLoïc Hoguin
2015-04-09Add gun_up and gun_down messagesLoïc Hoguin
2015-04-09Fix checking of protocol optionsLoïc Hoguin
2015-04-08Use maps for and improve optionsLoïc Hoguin
2015-03-30Merge branch 'fix-body-no-contentlength' of https://github.com/unix1/gunLoïc Hoguin
2015-03-29Improve request codeLoïc Hoguin
2015-03-12Update copyright yearsLoïc Hoguin
2015-03-12Add initial Websocket supportLoïc Hoguin
2014-10-26Return body when content-length not specifiedUnix1
2014-07-14Fix bug with HTTP and keepaliveLoïc Hoguin
2014-06-10Don't close the connection on empty data in cow_http:handle/2Loïc Hoguin
2014-06-10Update transfer encoding code to current cowlib interfaceLoïc Hoguin
2014-06-09close when handling response with no streams for extend/gun#15Unix1
2014-05-01Use cow_http_te for creating chunksLoïc Hoguin
2014-04-30Fix chunked transfer-encoding for HTTP/1.1Loïc Hoguin
2014-03-25Fix handling of fin in gun_httpLoïc Hoguin
2014-03-23Fix a bug where the buffer was dropped in one chunked decoding caseLoïc Hoguin
2014-03-21Improve the HTTP/1.1 and HTTP/1.0 supportLoïc Hoguin
2014-03-10Add gun_httpLoïc Hoguin