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_http2.erl
Age
Commit message (
Expand
)
Author
2019-07-24
Add push_promise_start/push_promise_end events
Loïc Hoguin
2019-07-15
Add Websocket frames related 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-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-05
Clarify option errors in the manual for gun:open/open_unix
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
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-31
The method must be a binary in cow_http2_machine
Loïc Hoguin
2018-10-31
Fix the error sent when we receive an RST_STREAM
Loïc Hoguin
2018-10-30
Switch to cow_http2_machine for HTTP/2
Loïc Hoguin
2018-10-01
Remove unreachable clauses pointed out by Dialyzer
Loïc Hoguin
2018-10-01
Fix the remaining h2specd test failures
Loïc Hoguin
2018-10-01
Handle HTTP/2 continuation frames
Loïc Hoguin
2018-09-28
Ignore HTTP/2 frames of unknown types
Loïc Hoguin
2018-09-26
Don't crash on HEADERS frames with PRIORITY flag set
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin
2018-08-06
Fix the status code passed to content handlers
Loïc Hoguin
2018-08-06
Fix some types that were referring to Cowboy
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
Reorder the option checks
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
2017-11-15
Add preliminary support for trailers
Loïc Hoguin
2017-10-29
Add support for informational responses
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-05-19
Add partial support for h2 flow control
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-27
Add content handlers and built-in SSE support
Loïc Hoguin
2017-04-26
Use the host header value for authority in h2, if any
Loïc Hoguin
2017-01-02
Fix sending of data > 16384 with HTTP/2
1.0.0-pre.2
Loïc Hoguin
2017-01-02
Implement HTTP/2 server push
Loïc Hoguin
2016-06-20
Send proper scheme for HTTP/2
Loïc Hoguin
2016-06-08
Merge branch 'fix_badarg_on_ping' of https://github.com/philipstears/gun
Loïc Hoguin
2016-06-06
Fix badarg in http/2 ping generation
Philip Stears
2016-06-06
gun_http2 erroneously using cow_spdy.
Philip Stears
2016-06-06
Handle RST_STREAM in HTTP/2 protocol
Loïc Hoguin
2016-05-27
Initial HTTP/2 support
Loïc Hoguin