https://github.com/kizzycode/ehttpd-range-rust
A crate to comfortably handle HTTP range requests within `ehttpd`-based applications
https://github.com/kizzycode/ehttpd-range-rust
Last synced: 29 days ago
JSON representation
A crate to comfortably handle HTTP range requests within `ehttpd`-based applications
- Host: GitHub
- URL: https://github.com/kizzycode/ehttpd-range-rust
- Owner: KizzyCode
- Created: 2023-02-19T20:42:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T18:40:43.000Z (8 months ago)
- Last Synced: 2025-04-17T09:57:24.907Z (about 1 month ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://ci.appveyor.com/project/KizzyCode/ehttpd-range-rust)
[](https://docs.rs/ehttpd-range)
[](https://crates.io/crates/ehttpd-range)
[](https://crates.io/crates/ehttpd-range)
[](https://deps.rs/crate/ehttpd-range)# `ehttpd-range`
Welcome to `ehttpd-range` 🎉This crate extends [`ehttp`](https://crates.io/crates/ehttpd) with some convenience methods to handle range-requests
more easily.