Expand description
Most used types
Almost all (except StatusCode) are prefixed with “Http”, so don’t worry about name conflicts
Re-exports§
pub use crate::core::HttpService;pub use crate::core::HttpServiceRaw;pub use crate::core::HttpResult;pub use crate::core::HttpError;pub use crate::core::HttpErrorHandler;pub use crate::core::HttpErrorType;pub use crate::core::HttpRead;pub use crate::reqres::HttpRequest;pub use crate::reqres::HttpResponse;pub use crate::reqres::HttpMethod;pub use crate::reqres::StatusCode;pub use crate::reqres::sse::HttpSse;pub use crate::reqres::sse::HttpSseEvent;pub use crate::server::HttpServer;