An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/ehttpd-range-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/ehttpd-range-rust)
[![docs.rs](https://docs.rs/ehttpd-range/badge.svg)](https://docs.rs/ehttpd-range)
[![crates.io](https://img.shields.io/crates/v/ehttpd-range.svg)](https://crates.io/crates/ehttpd-range)
[![Download numbers](https://img.shields.io/crates/d/ehttpd-range.svg)](https://crates.io/crates/ehttpd-range)
[![dependency status](https://deps.rs/crate/ehttpd-range/latest/status.svg)](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.