Skip to main content

Crate caelix_actix

Crate caelix_actix 

Source
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.
TestApplication
Re-exported public API. In-process Caelix application for integration tests.
TestApplicationBuilder
Re-exported public API. Builder for TestApplication. Await it (or call compile) to finish startup.
TestRequestBuilder
Re-exported public API. Public Caelix type TestRequestBuilder.
TestResponse
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_response public API operation.