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_ws.erl
Age
Commit message (
Expand
)
Author
2022-03-08
Return commands instead of state in remaining callbacks
Viktor Söderqvist
2020-11-12
Update copyright years
Loïc Hoguin
2020-11-12
Replace gun:ws_send/2 with gun:ws_send/3
Loïc Hoguin
2020-11-02
Initial implementation of Websocket over HTTP/2
http2-websocket
Loïc Hoguin
2020-10-21
Fix cookie handling when tunnel and origin schemes mismatch
Loïc Hoguin
2020-10-16
Add or fix events inside or related to CONNECT tunnels
Loïc Hoguin
2020-10-07
Default keepalive to infinity for all protocols
Loïc Hoguin
2020-04-16
Add tests for cookie_ignore_informational option
Loïc Hoguin
2019-09-26
Remove UnprocessedStreams from the gun_down message
Loïc Hoguin
2019-09-26
Add reply_to option to ws_upgrade; remove notowner entirely
Loïc Hoguin
2019-09-24
Add auto-ping to Websocket and a silence_pings option
Loïc Hoguin
2019-09-24
Reject requests/data when using Websocket
Loïc Hoguin
2019-09-23
Use the proper options type for socks/ws states
Loïc Hoguin
2019-09-22
Rework state transitions resulting from from protocol changes
Loïc Hoguin
2019-09-22
Supports going through multiple Socks proxies
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
2019-08-05
Add flow control
Loïc Hoguin
2019-07-15
Add Websocket frames related events
Loïc Hoguin
2019-06-02
Add request_start, request_headers and request_end events
Loïc Hoguin
2019-04-26
Rename owner_gone into owner_down
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2018-12-31
Ignore socket errors in gun_ws:close/2
Loïc Hoguin
2018-12-19
Convert the gun process to gen_statem
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin
2018-06-04
Update copyright years
Loïc Hoguin
2018-06-03
Change messages to gun_upgrade and gun_ws with stream reference
Loïc Hoguin
2017-08-11
Add missing Websocket clause detecting owner is gone
Loïc Hoguin
2017-05-23
add missing call to lists:usort/1
Peter Morgan
2017-04-28
Add 'user_opts' options for use in Websocket handlers
Loïc Hoguin
2017-04-28
Add Gun Websocket handlers and protocol support
Loïc Hoguin
2015-04-10
Add headers to gun_ws_upgrade message
Loïc Hoguin
2015-04-10
Add Websocket options
Loïc Hoguin
2015-04-10
Make Dialyzer happy
Loïc Hoguin
2015-04-09
Add gun_up and gun_down messages
Loïc Hoguin
2015-03-12
Add initial Websocket support
Loïc Hoguin