index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-01-13 15:45:05.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-01-13 15:45:05.0 +00:00:00
commit
0ef21c4a0550caa65117da3bf421518626343020 [patch]
tree
0eac75626c0f889d2c23be2a652b41b83de9e07f
parent
933a3c494210dda3fceaf903cd0e65bd44b49a7e
download
0ef21c4a0550caa65117da3bf421518626343020.tar.gz

docs: describe partial content delivery feat



Diff

 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.