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_spdy.erl
Age
Commit message (
Expand
)
Author
2017-05-01
Add support for choosing a process to reply to
Andrei Nesterov
2017-01-02
Implement HTTP/2 server push
Loïc Hoguin
2015-04-12
Add a SPDY test and improve a few badstate messages
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-29
Improve request code
Loïc Hoguin
2015-03-25
Fix an undef crash with SPDY
Loïc Hoguin
2015-03-25
Fix the order of stream references in gun_push message
Loïc Hoguin
2015-03-12
Update copyright years
Loïc Hoguin
2014-03-25
Automatically calculate the content-length when possible in SPDY
Loïc Hoguin
2014-03-25
Send the status as a number rather than a binary string in SPDY
Loïc Hoguin
2014-03-21
Update copyright years
Loïc Hoguin
2014-03-21
Improve the HTTP/1.1 and HTTP/1.0 support
Loïc Hoguin
2014-03-10
Improve behavior when losing the connection
Loïc Hoguin
2013-09-04
Remove unneeded case blocks
Loïc Hoguin
2013-09-02
Fix a bug when streaming data
Loïc Hoguin
2013-09-02
cow_spdy:split/1 only returns false on failure
Loïc Hoguin
2013-08-29
gun_error sends StreamRef, not StreamID
Loïc Hoguin
2013-08-29
The gun_response message now says if data will follow
Loïc Hoguin
2013-08-26
Sync message signature with documentation
Loïc Hoguin
2013-08-26
Fix server pushed streams
Loïc Hoguin
2013-08-26
Remove the response functions
Loïc Hoguin
2013-08-22
Initial commit with working SPDY client
Loïc Hoguin