Expand description
Actix Web runtime adapter for Caelix applications.
Structs§
- Application
- Re-exported public API.
Public Caelix type
Application. - Logging
- Re-exported public API.
Configures Actix runtime logging for an
Application. - Test
Application - Re-exported public API. In-process Caelix application for integration tests.
- Test
Application Builder - Re-exported public API.
Builder for
TestApplication. Await it (or callcompile) to finish startup. - Test
Request Builder - Re-exported public API.
Public Caelix type
TestRequestBuilder. - Test
Response - Re-exported public API.
Public Caelix type
TestResponse.
Constants§
- DEFAULT_
WEBSOCKET_ MAX_ MESSAGE_ SIZE - Re-exported public API.
Public Caelix constant
DEFAULT_WEBSOCKET_MAX_MESSAGE_SIZE.
Functions§
- to_
actix_ response - Re-exported public API.
Runs the
to_actix_responsepublic API operation.