Current section

Files

Jump to
chrobot include protocol@network_WebSocketResponse.hrl
Raw

include/protocol@network_WebSocketResponse.hrl

-record(web_socket_response, {
status :: integer(),
status_text :: binary(),
headers :: protocol@network:headers(),
headers_text :: gleam@option:option(binary()),
request_headers :: gleam@option:option(protocol@network:headers()),
request_headers_text :: gleam@option:option(binary())
}).