Expand description
Core traits
Re-exports§
pub use connection::HttpRead;
Modules§
- connection
- Connection types
Enums§
- Http
Error Type - How should this error be handled
Traits§
- Http
Error - Error trait for any service error
- Http
Error Handler - Handler for possible service errors
- Http
Logger - Logs http requests and errors
- Http
Service - Basic building block of your web application
- Http
Service Raw - Dyn version of
HttpService
Type Aliases§
- Http
Result - Result for
HttpService