Registry / web-framework / actix-http

actix-http

JSON →
library3.11.2rscratesunverified

HTTP types and services for the Actix ecosystem, providing core HTTP primitives and utilities.

# Cargo.toml [dependencies] actix-http = "3.11.2"
INSTALL
IMPORT
SIG · ACTIX-HTTP
A
actix-http
web-frameworkrustv3.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpService
use actix_http::HttpService;

Minimal example showing import of the primary type.

use actix_http::HttpService; fn main() { // HttpService is typically used within an actix-web application println!("Actix HTTP types available"); }
Debug
Known issues
gotchaRequires an async runtime (e.g., actix-rt or tokio) to run services.
fix
Add actix-rt as a dependency and use #[actix_web::main] or similar.
affects: >=3.0.0
Upgrade
Version history
3.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
OpenAI (training)
2
Resources
actix-http — cargo add actix-http · libregistry