starlette/tests
Tom Christie 7414099e65
Make StreamingResponse compatible with normal iterators (#462)
* Add concurrency.iterator_to_async, tests and docs

* Make StreamingResponse compatible with normal iterators

* Format and typo in docs

* Rename helper function to iterate_in_threadpool

* Version 0.12.0.b3
2019-04-03 10:29:00 +01:00
..
middleware Replace mutable "allowed_hosts" argument of TrustedHostMiddleware with None (#448) 2019-03-27 09:23:07 +00:00
statics Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
.ignore_lifespan Reinstate Lifespan Middleware, for Responder (#405) 2019-02-20 14:40:34 +00:00
__init__.py Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
test_applications.py Routing for Hosts and Subdomains (#363) 2019-01-30 15:15:59 +00:00
test_authentication.py WebSocket support for auth (#347) 2019-01-25 14:00:35 +00:00
test_background.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_config.py config: cast=bool: handle "0" and "1" as False/True (#429) 2019-03-08 19:28:08 +00:00
test_database.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_datastructures.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_endpoints.py WebSockets now default to sending JSON using text dataframes (#349) 2019-01-25 15:27:39 +00:00
test_exceptions.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_formparsers.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_graphql.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_requests.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_responses.py Make StreamingResponse compatible with normal iterators (#462) 2019-04-03 10:29:00 +01:00
test_routing.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_schemas.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_staticfiles.py Add `StaticFiles(html=True)` (#443) 2019-03-20 10:18:24 +00:00
test_templates.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_testclient.py Don't block the event loop in WebSocketTestSession (#459) 2019-04-02 10:52:08 +01:00
test_websockets.py WebSockets now default to sending JSON using text dataframes (#349) 2019-01-25 15:27:39 +00:00