ehttpd-range 0.3.0

A crate to comfortably handle HTTP range requests within `ehttpd`-based applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![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.