Packages

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

Current section

Files

Jump to
nerf include nerf@websocket_Connection.hrl
Raw

include/nerf@websocket_Connection.hrl

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