Current section

Files

Jump to
ewe include ewe@internal@http_Connection.hrl
Raw

include/ewe@internal@http_Connection.hrl

-record(connection, {
transport :: glisten@transport:transport(),
socket :: glisten@socket:socket(),
buffer :: ewe@internal@buffer:buffer(),
http_version :: gleam@option:option(ewe@internal@http:http_version())
}).