From 39f9cbfdbb6a16455f55a1bdc993d29d8ec22a5d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 10 Oct 2018 06:42:57 -0400 Subject: [PATCH] note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 960818e..9351922 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The primary concept here is to bring the nicities that are brought forth from bo ## New Ideas - **A built in testing client that uses the actual Requests you know and love**. +- Automatic gzipped-responses (still working on that). - In addition to Falcon's `on_get`, `on_post`, etc methods, Responder features an `on_request` method, which gets called on every type of request, much like Requests. - WhiteNoise is built-in, for serving static files (this has yet to be built out, there's no templating or `static_url` yet) - Waitress built-in as a production web server. I would have chosen Gunicorn, but it doesn't run on Windows. Plus, Waitress serves well to protect against slowloris attacks, making nginx unneccessary in production.