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
2019-08-05
Add flow control
Loïc Hoguin
2019-07-26
Add tls_handshake events for CONNECT through TLS proxies
Loïc Hoguin
2019-07-25
Add tls_handshake events for CONNECT through TCP proxies
Loïc Hoguin
2019-07-25
Fix missing response_end event for HTTP/1.0 body_close
Loïc Hoguin
2019-07-24
Add the cancel event for local/remote stream cancellation
Loïc Hoguin
2019-07-15
Add Websocket frames related events
Loïc Hoguin
2019-07-13
Add ws_upgrade/protocol_changed events
Loïc Hoguin
2019-07-03
Add the response_trailers event
Loïc Hoguin
2019-07-03
Add the response_start event
Loïc Hoguin
2019-07-02
Add response_inform/response_headers/response_end events
Loïc Hoguin
2019-06-02
Add request_start, request_headers and request_end events
Loïc Hoguin
2019-04-25
Fix Websocket upgrade host header when it's an IP address
Sergey Tupchiy
2019-04-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-04-19
Integrate gun_tls_proxy into gun proper
Loïc Hoguin
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-06
Fix KilledStreams value for HTTP for connection: close responses
Loïc Hoguin
2019-01-05
Fix atom hostnames
Loïc Hoguin
2019-01-05
Fix transfer-encoding precedence over content-length
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-02
Don't send the default port in the host header for HTTP/2
Loïc Hoguin
2019-01-02
Don't send the default port in the host header 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-31
Fix stripping stream reference in gun_http
Piotr Bober
2018-12-19
Convert the gun process to gen_statem
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-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
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
Reorder the option checks
Loïc Hoguin
2018-05-15
Allow IP tuple for host #152
Seudin Kasumovic
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-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-08-14
Allow an infinity keepalive value
1.0.0-pre.4
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-28
Add Gun Websocket handlers and protocol support
Loïc Hoguin
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
[next]