Registry / web-framework / requiem-http

requiem-http

JSON →
library1.0.1rscratesunverified

Actix HTTP primitives for building web applications.

# Cargo.toml [dependencies] requiem-http = "1.0.1"
INSTALL
IMPORT
SIG · REQUIEM-HTTP
R
requiem-http
web-frameworkrustv1.0.1
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.

HttpRequest
use requiem_http::HttpRequest;

Create a new HTTP request using Requiem HTTP primitives.

use requiem_http::HttpRequest; fn main() { let req = HttpRequest::new(); println!("Request created"); }
Debug
Known issues
gotchaDepends on Actix runtime; not compatible with other async runtimes.
fix
Use with Actix web framework or ensure Actix runtime is active.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
requiem-http — cargo add requiem-http · libregistry