.coveragerc
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
sanic/__init__.py
sanic/__main__.py
sanic/__version__.py
sanic/app.py
sanic/asgi.py
sanic/base.py
sanic/blueprint_group.py
sanic/blueprints.py
sanic/compat.py
sanic/config.py
sanic/constants.py
sanic/cookies.py
sanic/errorpages.py
sanic/exceptions.py
sanic/handlers.py
sanic/headers.py
sanic/helpers.py
sanic/http.py
sanic/log.py
sanic/py.typed
sanic/reloader_helpers.py
sanic/request.py
sanic/response.py
sanic/router.py
sanic/server.py
sanic/signals.py
sanic/utils.py
sanic/views.py
sanic/websocket.py
sanic/worker.py
sanic.egg-info/PKG-INFO
sanic.egg-info/SOURCES.txt
sanic.egg-info/dependency_links.txt
sanic.egg-info/entry_points.txt
sanic.egg-info/requires.txt
sanic.egg-info/top_level.txt
sanic/mixins/__init__.py
sanic/mixins/exceptions.py
sanic/mixins/listeners.py
sanic/mixins/middleware.py
sanic/mixins/routes.py
sanic/mixins/signals.py
sanic/models/__init__.py
sanic/models/asgi.py
sanic/models/futures.py
sanic/models/handler_types.py
sanic/models/protocol_types.py
tests/conftest.py
tests/skip_test_custom_protocol.py
tests/test_app.py
tests/test_asgi.py
tests/test_bad_request.py
tests/test_base.py
tests/test_blueprint_group.py
tests/test_blueprints.py
tests/test_config.py
tests/test_cookies.py
tests/test_create_task.py
tests/test_custom_request.py
tests/test_dynamic_routes.py
tests/test_errorpages.py
tests/test_exceptions.py
tests/test_exceptions_handler.py
tests/test_headers.py
tests/test_helpers.py
tests/test_json_encoding.py
tests/test_keep_alive_timeout.py
tests/test_logging.py
tests/test_logo.py
tests/test_middleware.py
tests/test_multiprocessing.py
tests/test_named_routes.py
tests/test_payload_too_large.py
tests/test_redirect.py
tests/test_reloader.py
tests/test_request.py
tests/test_request_cancel.py
tests/test_request_data.py
tests/test_request_stream.py
tests/test_request_timeout.py
tests/test_requests.py
tests/test_response.py
tests/test_response_timeout.py
tests/test_routes.py
tests/test_server_events.py
tests/test_signal_handlers.py
tests/test_signals.py
tests/test_static.py
tests/test_test_client_port.py
tests/test_timeout_logic.py
tests/test_unix_socket.py
tests/test_url_building.py
tests/test_url_for.py
tests/test_url_for_static.py
tests/test_utf8.py
tests/test_utils.py
tests/test_vhosts.py
tests/test_views.py
tests/test_worker.py
tests/benchmark/test_route_resolution_benchmark.py
tests/certs/selfsigned.cert
tests/certs/selfsigned.key
tests/performance/aiohttp/simple_server.py
tests/performance/bottle/simple_server.py
tests/performance/falcon/simple_server.py
tests/performance/golang/golang.http.go
tests/performance/kyoukai/simple_server.py
tests/performance/sanic/http_response.py
tests/performance/sanic/simple_server.py
tests/performance/sanic/varied_server.py
tests/performance/tornado/simple_server.py
tests/performance/wheezy/simple_server.py
tests/static/app_test_config.py
tests/static/decode me.txt
tests/static/python.png
tests/static/test.file
tests/static/test.html
tests/static/bp/decode me.txt
tests/static/bp/python.png
tests/static/bp/test.file
tests/static/nested/dir/foo.txt