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
Age
Commit message (
Expand
)
Author
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
Don't send keep-alive while waiting for CONNECT responses
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-08-06
Fix the status code passed to content handlers
Loïc Hoguin
2018-08-06
Fix the type of SSL sockets in the transport module
Loïc Hoguin
2018-08-06
Fix some types that were referring to Cowboy
Loïc Hoguin
2018-07-27
Fix OTP 21 warnings
Loïc Hoguin
2018-06-04
Support Unix domain sockets when building host headers
Simon Thörnqvist
2018-06-04
Update copyright years
Loïc Hoguin
2018-06-04
Add some todos for later
Loïc Hoguin
2018-06-04
Remove the dependency on Ranch
Loïc Hoguin
2018-06-03
Rename gun_data and gun_sse to gun_data_h and gun_sse_h
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
Reorder the option checks
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-05-07
Import the HTTP/2 send_data function from Cowboy
Loïc Hoguin
2018-01-22
Add missing gun_inform clauses
Andrei Nesterov
2018-01-21
Do not expect a message body for 204, 304 status codes of HTTP/1.1
Andrei Nesterov
2018-01-21
Fix HTTP/1 cancel #140
Peter Hizalev
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-12-06
Don't send transfer-encoding for HTTP/1.0
Loïc Hoguin
2017-11-15
Fix a potential issue finding end of headers in HTTP/1.1
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-09-02
Fix gun_http2:handle/2 when goaway is received
Eduardo Gurgel
2017-08-14
Allow an infinity keepalive value
1.0.0-pre.4
Loïc Hoguin
2017-08-12
Fix a Dialyzer warning
Loïc Hoguin
2017-08-12
Remove SPDY; document HTTP/2
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-06-16
Send a gun_sse message when the SSE stream closes
Loïc Hoguin
2017-05-23
add missing call to lists:usort/1
Peter Morgan
2017-05-19
Add partial support for h2 flow control
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 transform_header_name http option.
Gustaf Sjoberg
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
[next]