Skip to main content

Module query

Module query 

Source

Structs§

AdhocQueryArgs
Arguments to the /query endpoint.

Enums§

AdHocResultFormat
URL-encoded format argument to the /query endpoint.

Constants§

MAX_WS_FRAME_SIZE
The maximum size of a WebSocket frames we’re sending in bytes.
WS_SUBPROTOCOL
WebSocket subprotocol the web console offers on every browser WebSocket handshake. Browsers require the server to echo one of the offered subprotocols, so this gives the manager a stable value to echo back. It marks the handshake, not the endpoint (the URL path already identifies that), so it is shared across all WebSocket endpoints.