Registry / web-framework / rocket-http

rocket-http

JSON →
library0.5.1rscratesunverified

Types, traits, and parsers for HTTP requests, responses, and headers.

# Cargo.toml [dependencies] rocket_http = "0.5.1"
INSTALL
IMPORT
SIG · ROCKET-HTTP
R
rocket-http
web-frameworkrustv0.5.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 rocket_http::Request;

Create an HTTP request using Rocket HTTP types.

use rocket_http::Request; fn main() { let request = Request::new(); println!("HTTP request created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
rocket-http — cargo add rocket-http · libregistry