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_event.erl
Age
Commit message (
Expand
)
Author
2023-01-23
Update copyright lines in preparation for release
Loïc Hoguin
2021-02-07
Initial commit for Gun pools
Loïc Hoguin
2020-11-12
Update copyright years
Loïc Hoguin
2020-11-09
Add the gun_event manual
Loïc Hoguin
2020-10-16
Remove the transport_changed event
Loïc Hoguin
2020-10-16
Add or fix events inside or related to CONNECT tunnels
Loïc Hoguin
2020-10-07
Export declared event types in gun_event
Andrew Mayorov
2020-09-21
Fix gun:stream_info/2 when gun_tunnel is involved
Loïc Hoguin
2020-09-21
Add the base_stream_ref to gun_http/gun_http2
Loïc Hoguin
2019-09-22
Document Socks support
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
2019-07-27
Fix ssl and other types
Loïc Hoguin
2019-07-26
Add the origin_changed event
Loïc Hoguin
2019-07-26
Add the transport_changed event
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-24
Add the cancel event for local/remote stream cancellation
Loïc Hoguin
2019-07-24
Add push_promise_start/push_promise_end events
Loïc Hoguin
2019-07-22
Split domain lookup/connect/TLS handshake and add events
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-05-13
Add the terminate event
Loïc Hoguin
2019-05-13
Add the disconnect event callback
Loïc Hoguin
2019-05-08
Add event_handler with init/connect_start/connect_end
Loïc Hoguin