ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Test and document Websocket protocols #284

Closed essen closed 1 year ago

essen commented 2 years ago

gun:ws_upgrade(ConnPid, Path, Headers, #{protocols => [...]})

Followup to #281.

essen commented 1 year ago

Done.