index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gun_http.erl
Age
Commit message (
Expand
)
Author
2017-04-27
Add content handlers and built-in SSE support
Loïc Hoguin
2017-01-02
Fix sending of body as iodata() with HTTP
Loïc Hoguin
2016-06-28
Properly handle HTTP/1.1 HEAD requests
Loïc Hoguin
2015-08-17
Fix compilation issue
Loïc Hoguin
2015-08-16
Handle 204 responses properly
Loïc Hoguin
2015-08-16
Include user headers in HTTP/1 requests
Loïc Hoguin
2015-05-03
Add a missing Transfer-Encoding: chunked header in HTTP
Loïc Hoguin
2015-04-12
Add a SPDY test and improve a few badstate messages
Loïc Hoguin
2015-04-10
Add headers to gun_ws_upgrade message
Loïc Hoguin
2015-04-10
Make Dialyzer happy
Loïc Hoguin
2015-04-09
Add gun_up and gun_down messages
Loïc Hoguin
2015-04-09
Fix checking of protocol options
Loïc Hoguin
2015-04-08
Use maps for and improve options
Loïc Hoguin
2015-03-30
Merge branch 'fix-body-no-contentlength' of https://github.com/unix1/gun
Loïc Hoguin
2015-03-29
Improve request code
Loïc Hoguin
2015-03-12
Update copyright years
Loïc Hoguin
2015-03-12
Add initial Websocket support
Loïc Hoguin
2014-10-26
Return body when content-length not specified
Unix1
2014-07-14
Fix bug with HTTP and keepalive
Loïc Hoguin
2014-06-10
Don't close the connection on empty data in cow_http:handle/2
Loïc Hoguin
2014-06-10
Update transfer encoding code to current cowlib interface
Loïc Hoguin
2014-06-09
close when handling response with no streams for extend/gun#15
Unix1
2014-05-01
Use cow_http_te for creating chunks
Loïc Hoguin
2014-04-30
Fix chunked transfer-encoding for HTTP/1.1
Loïc Hoguin
2014-03-25
Fix handling of fin in gun_http
Loïc Hoguin
2014-03-23
Fix a bug where the buffer was dropped in one chunked decoding case
Loïc Hoguin
2014-03-21
Improve the HTTP/1.1 and HTTP/1.0 support
Loïc Hoguin
2014-03-10
Add gun_http
Loïc Hoguin