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
/
test
/
event_SUITE.erl
Age
Commit message (
Expand
)
Author
2019-09-22
Document Socks support
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-25
Rename ws_echo test handler to ws_echo_h
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-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