mirror of
https://github.com/django/daphne.git
synced 2025-12-09 18:54:11 +03:00
* add first streaming and file response tests * iterate over response and not streaming content directly * add coverage for FileResponse and StreamingHttpResponse * added tests for headers, json responses, and redirect responses * rm print statement * skip failing stringio test |
||
|---|---|---|
| .. | ||
| generic | ||
| management | ||
| tests | ||
| __init__.py | ||
| apps.py | ||
| asgi.py | ||
| auth.py | ||
| channel.py | ||
| exceptions.py | ||
| hacks.py | ||
| handler.py | ||
| log.py | ||
| message.py | ||
| routing.py | ||
| sessions.py | ||
| staticfiles.py | ||
| utils.py | ||
| worker.py | ||