[go: up one dir, main page]

actix-web 4.3.0

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation
1
2
3
4
5
//! Various HTTP related types.

pub mod header;

pub use actix_http::{uri, ConnectionType, Error, KeepAlive, Method, StatusCode, Uri, Version};