Module core

Module core 

Source
Expand description

Core traits

Re-exports§

pub use connection::HttpRead;

Modules§

connection
Connection types

Enums§

HttpErrorType
How should this error be handled

Traits§

HttpError
Error trait for any service error
HttpErrorHandler
Handler for possible service errors
HttpLogger
Logs http requests and errors
HttpService
Basic building block of your web application
HttpServiceRaw
Dyn version of HttpService

Type Aliases§

HttpResult
Result for HttpService