Registry / web-framework / actori-http

actori-http

JSON →
library1.0.1rscratesunverified

Provides HTTP primitives for the Actori web framework, including request/response types and utilities.

# Cargo.toml [dependencies] actori-http = "1.0.1"
INSTALL
IMPORT
SIG · ACTORI-HTTP
A
actori-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.

Request
use actori_http::Request;

Creates a new HTTP request using Actori HTTP primitives.

use actori_http::Request; fn main() { let req = Request::new(); println!("HTTP request created"); }
Debug
Known issues
gotchaRequires the `actori-web` runtime to be active for async operations.
fix
Ensure you are running within an Actori web application context.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
OpenAI (training)
2
Resources
actori-http — cargo add actori-http · libregistry