Skip to main content

Module http

Module http 

Source
Expand description

HTTP API for LaminarDB server.

Structsยง

AppState
CheckpointResponse ๐Ÿ”’
ErrorBody ๐Ÿ”’
HealthResponse ๐Ÿ”’
Health check response.
SinkResponse ๐Ÿ”’
SourceResponse ๐Ÿ”’
SqlRequest ๐Ÿ”’
SqlResponse ๐Ÿ”’
StreamResponse ๐Ÿ”’

Constantsยง

MAX_WS_CONNECTIONS ๐Ÿ”’
WS_HEARTBEAT_INTERVAL ๐Ÿ”’

Functionsยง

batch_to_json ๐Ÿ”’
build_router
cluster_status ๐Ÿ”’
error_response ๐Ÿ”’
execute_sql ๐Ÿ”’
get_stream ๐Ÿ”’
handle_reload ๐Ÿ”’
health_check ๐Ÿ”’
list_sinks ๐Ÿ”’
list_sources ๐Ÿ”’
list_streams ๐Ÿ”’
prometheus_metrics ๐Ÿ”’
readiness_check ๐Ÿ”’
request_logging ๐Ÿ”’
serve
trigger_checkpoint ๐Ÿ”’
ws_client ๐Ÿ”’
ws_upgrade ๐Ÿ”’