mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
test client
This commit is contained in:
@@ -18,6 +18,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**.
|
||||
- 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 (will-be) 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.
|
||||
|
||||
Reference in New Issue
Block a user