Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

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

include/chrobot_extra@protocol@network_WebSocketResponse.hrl

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