Expand description
Web server for the Time Machine session replay UI.
This module provides an embedded web server that serves the React-based Time Machine UI and handles WebSocket connections for real-time parameter updates during session replay.
Structs§
- AppState
- Shared application state
- Document
Hit - A document hit from search results
- Optimize
Progress - Optimization progress
- Optimize
Result - Optimization result
- Query
Record - A recorded query from a session
- Replay
Request - Replay request body
- Retrieval
Config - Configuration for a replay query
- Search
Results - Search results response
- Session
Data - Session data returned to the UI
Enums§
- WsClient
Message - WebSocket message from client
- WsServer
Message - WebSocket message to client
Functions§
- start_
web_ server - Start the web server for Time Machine UI