Current section

Files

Jump to
chrobot include chrobot@protocol@network_WebSocketResponse.hrl
Raw

include/chrobot@protocol@network_WebSocketResponse.hrl

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