Registry / networking / stream-body

stream-body

JSON →
library0.1.1rscratesunverified

An HttpBody implementation with efficient streaming support for the Rust HTTP library hyper.

# Cargo.toml [dependencies] stream-body = "0.1.1"
INSTALL
IMPORT
SIG · STREAM-BODY
S
stream-body
networkingrustv0.1.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.

StreamBody
✓ use stream_body::StreamBody;

Creates a new StreamBody from a vector of bytes.

use stream_body::StreamBody; fn main() { let body = StreamBody::new(vec![]); println!("StreamBody created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
stream-body — cargo add stream-body · libregistry