From 0ef21c4a0550caa65117da3bf421518626343020 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 13 Jan 2021 16:45:05 +0100 Subject: [PATCH] docs: describe partial content delivery feat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69c53bf..e43c974 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ For stable `v1` and contributions please refer to [1.x](https://github.com/josel - Suitable for lightweight [GNU/Linux Docker containers](https://hub.docker.com/r/joseluisq/static-web-server/tags). It's a fully __5MB__ static binary thanks to [Rust and Musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html). - Opt-in GZip, Deflate and Brotli compression for text-based web files only. - Compression on demand via [Accept-Encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) header. +- [Partial Content Delivery](https://en.wikipedia.org/wiki/Byte_serving) support for byte-serving of large files. - [Cache Control](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) headers for assets. - [HEAD](https://tools.ietf.org/html/rfc7231#section-4.3.2) responses. - Lightweight and configurable logging via [tracing](https://github.com/tokio-rs/tracing) crate. -- libgit2 1.7.2