From 2f796bda95e59afd126a81799e86940165c6b96f Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 11 Jan 2020 00:08:02 +0100 Subject: [PATCH] docs: add tls support --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a3abe0..d5221c9 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,10 @@ - Gzip compression by default. - Cache control headers included. - Configurable via environment variables or CLI arguments. +- TLS support via [Rust Native TLS](https://docs.rs/native-tls/0.2.3/native_tls/) crate. - Lightweight logging support. - [Scratch](https://hub.docker.com/_/scratch) and [latest Alpine Linux](https://hub.docker.com/_/alpine) Docker images available. -## Missing features - -- TLS support - -PRs welcome! - ## Usage Server is configured either via environment variables: -- libgit2 1.7.2