https://github.com/murphsicles/http-body
@net/http-body - Streaming HTTP body trait for Zeta
https://github.com/murphsicles/http-body
Last synced: 22 days ago
JSON representation
@net/http-body - Streaming HTTP body trait for Zeta
- Host: GitHub
- URL: https://github.com/murphsicles/http-body
- Owner: murphsicles
- License: mit
- Created: 2026-05-16T17:26:49.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T15:13:27.000Z (2 months ago)
- Last Synced: 2026-05-17T17:37:00.534Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @net/http-body — Streaming HTTP Body Trait for Zeta
Zeta port of the [hyperium/http-body](https://github.com/hyperium/http-body) library (v1.0.1).
## Features
- `Body` trait for streaming HTTP request/response bodies
- `Frame` — individual data or trailers frame
- `SizeHint` — bounds on remaining body length
## Types
- `Body` trait — poll_frame, is_end_stream, size_hint
- `Frame` — data or trailers frame
- `SizeHint` — lower/upper size bounds
## License
MIT