Expand description
Implements a web server for a Browser User Interface (BUI).
Structs§
- BuiService
- Handle HTTP requests and coordinate responses to data updates.
- Config
- Configuration settings for
BuiService
. - Error
Callback Handler - A callback handler that always returns an error.
- NewEvent
Stream Connection - Wrap the sender to each connected event stream listener.
- Noop
Callback Handler - A dummy callback handler that does nothing.
Traits§
- Callback
Handler - Implement this trait to handle callbacks.
Functions§
- launcher
- Create a stream of connection events and a
BuiService
.
Type Aliases§
- Event
Chunk Sender - Wrapper around
hyper::body::Bytes
to enable sending data to clients. - RawReq
Handler - Handles HTTP requests not handled by bui_backend.