Module lowlevel

Source
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.
ErrorCallbackHandler
A callback handler that always returns an error.
NewEventStreamConnection
Wrap the sender to each connected event stream listener.
NoopCallbackHandler
A dummy callback handler that does nothing.

Traits§

CallbackHandler
Implement this trait to handle callbacks.

Functions§

launcher
Create a stream of connection events and a BuiService.

Type Aliases§

EventChunkSender
Wrapper around hyper::body::Bytes to enable sending data to clients.
RawReqHandler
Handles HTTP requests not handled by bui_backend.