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.erl
Age
Commit message (
Expand
)
Author
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-06
Lowercase header names automatically and accept more types
Loïc Hoguin
2019-01-05
Don't send empty data chunks
Loïc Hoguin
2019-01-05
Ensure Gun retries connecting immediately
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-03
Consolidate origin server test helpers
Loïc Hoguin
2018-12-31
Disable keepalive by default for HTTP/1.1
Loïc Hoguin
2018-12-31
Separate request/4,5,6 into headers/4,5 and request/5,6
Loïc Hoguin
2018-12-19
Convert the gun process to gen_statem
Loïc Hoguin
2018-10-30
Switch to cow_http2_machine for HTTP/2
Loïc Hoguin
2018-10-01
Document the protocols option for Websocket
Michal Piotrowski
2018-09-26
Remove gun:dbg_send_raw/2
Loïc Hoguin
2018-09-26
Add the socket in the gun:info map
Loïc Hoguin
2018-09-26
Keep track of the intermediaries the connection go through
Loïc Hoguin
2018-09-20
Use ALPN when proxying TLS connections using CONNECT
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin
2018-08-06
Fix some whitespace
Loïc Hoguin
2018-07-27
Fix OTP 21 warnings
Loïc Hoguin
2018-06-04
Update copyright years
Loïc Hoguin
2018-06-04
Remove the dependency on Ranch
Loïc Hoguin
2018-06-03
Change messages to gun_upgrade and gun_ws with stream reference
Loïc Hoguin
2018-06-03
Also flush trailers
Loïc Hoguin
2018-06-03
Fill in the options types instead of using map()
Loïc Hoguin
2018-06-03
Fix the inet:ip_address() type
Loïc Hoguin
2018-05-15
Allow IP tuple for host #152
Seudin Kasumovic
2018-01-22
Add missing gun_inform clauses
Andrei Nesterov
2017-12-16
Add support for unix sockets
michael-coles
2017-12-14
Change the {gone, Reason} to {shutdown, Reason} plus small fixes
Loïc Hoguin
2017-11-15
Add preliminary support for trailers
Loïc Hoguin
2017-10-29
Add support for informational responses
Loïc Hoguin
2017-10-06
Don't error out when the owner is gone normally
Loïc Hoguin
2017-08-14
Allow an infinity keepalive value
1.0.0-pre.4
Loïc Hoguin
2017-08-12
Fix a warning preventing compilation
Loïc Hoguin
2017-08-11
Add missing Websocket clause detecting owner is gone
Loïc Hoguin
2017-05-19
Ensure the stacktrace is passed when crashing
Loïc Hoguin
2017-05-01
Add gun:info/1
1.0.0-pre.3
Loïc Hoguin
2017-05-01
Add support for choosing a process to reply to
Andrei Nesterov
2017-04-30
Monitor owner and terminate when it dies
Juan Facorro
2017-04-30
Allow infinity for connect_timeout
Loïc Hoguin
2017-04-30
Fix retry_timeout value check
Loïc Hoguin
2017-04-30
Add connect timeout
sugus-seu
2017-04-30
Ignore errors from Transport:setopts/2
Yuki Ito
2017-04-30
Propagate the last connection failure reason
Loïc Hoguin
2017-04-30
Fix the retry=0 case, add general gun test suite
Loïc Hoguin
2017-04-27
Add content handlers and built-in SSE support
Loïc Hoguin
2017-01-02
Implement HTTP/2 server push
Loïc Hoguin
2016-05-27
Initial HTTP/2 support
Loïc Hoguin
2015-08-17
Fix ssl:negotiated_next_protocol/1 is deprecated.
Maxim Krentovskiy
2015-04-10
Add headers to gun_ws_upgrade message
Loïc Hoguin
2015-04-10
Add Websocket options
Loïc Hoguin
[next]