sanic/sanic
2020-11-05 09:08:56 +02:00
..
__init__.py fix: #1631: linter fix and tox platform selector 2019-07-13 21:48:26 +05:30
__main__.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
__version__.py Fix linting and bump to 19.12.4 2020-11-05 08:57:40 +02:00
app.py Fix linting and bump to 19.12.4 2020-11-05 08:57:40 +02:00
asgi.py Resolve mypy issue 2020-11-05 09:08:56 +02:00
blueprint_group.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
blueprints.py GIT-37: fix blueprint middleware application (#1690) 2019-12-20 10:01:04 -06:00
compat.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
config.py Forwarded headers and otherwise improved proxy handling (#1638) 2019-09-02 08:50:56 -05:00
constants.py run black against sanic module 2018-10-13 17:55:33 -07:00
cookies.py HTTP1 header formatting moved to headers.format_headers and rewritten. (#1669) 2019-12-23 17:30:45 -06:00
exceptions.py fix: handle expect header 2019-06-03 22:08:24 -07:00
handlers.py fix linter issues 2018-12-28 10:22:28 +05:30
headers.py HTTP1 header formatting moved to headers.format_headers and rewritten. (#1669) 2019-12-23 17:30:45 -06:00
helpers.py Update helpers.py (#1693) 2019-10-08 16:29:03 -07:00
log.py fix the logger and make it work (#1397) 2018-11-06 08:39:38 -06:00
reloader_helpers.py Fix the auto_reloader to work when the executable was launched with a module, rather than a script. (#1501) 2019-03-03 11:03:26 -06:00
request.py Backport stream header fix (#1959) 2020-10-25 14:32:18 +02:00
response.py Fix Chunked Transport-Encoding in ASGI streaming response 2020-11-05 15:35:50 +10:00
router.py Backport stream header fix (#1959) 2020-10-25 14:32:18 +02:00
server.py Backport to 1912 (#1900) 2020-07-29 13:54:33 +03:00
static.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
testing.py Swap out requests-async for httpx (#1728) 2019-12-20 19:23:52 -08:00
views.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
websocket.py Support websockets 8.x as well as 7.x (#1687) 2019-10-01 23:03:09 -07:00
worker.py Backport stream header fix (#1959) 2020-10-25 14:32:18 +02:00