Packages

Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client

Current section

Files

Jump to
gleam_gun include gleam_gun@websocket_Connection.hrl
Raw

include/gleam_gun@websocket_Connection.hrl

-record(connection, {
ref :: gleam_gun@gun:stream_reference(),
pid :: gleam_gun@gun:connection_pid()
}).