sanic/sanic
Adam Hopkins a0066e5752 Initial
2021-01-19 15:54:20 +02:00
..
__init__.py fix: #1631: linter fix and tox platform selector 2019-07-13 21:48:26 +05:30
__main__.py squash 2020-10-25 21:22:19 +02:00
__version__.py Set 21.3 alpha version 2021-01-19 11:04:11 +02:00
app.py Initial 2021-01-19 15:54:20 +02:00
asgi.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
blueprint_group.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
blueprints.py Add ability for app.static() to return the routes it created. (#1954) 2020-10-24 22:57:02 +03:00
compat.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
config.py Add request.id (#2005) 2021-01-19 04:25:39 +02:00
constants.py run black against sanic module 2018-10-13 17:55:33 -07:00
cookies.py Raise ValueError when cookie max-age is not an integer (#2001) 2021-01-19 01:11:39 +02:00
errorpages.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
exceptions.py Merge branch 'master' into Improving-documentation 2020-10-25 00:02:32 +03:00
handlers.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
headers.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
helpers.py Update helpers.py (#1693) 2019-10-08 16:29:03 -07:00
http.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
log.py fix the logger and make it work (#1397) 2018-11-06 08:39:38 -06:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
reloader_helpers.py Fix reloader on OSX py38 and Windows (#1827) 2020-06-03 16:45:07 +03:00
request.py Add request.id (#2005) 2021-01-19 04:25:39 +02:00
response.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
router.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
server.py Streaming Server (#1876) 2021-01-11 00:45:36 +02:00
static.py Allow Pathlib Path objects to be passed to app.static() helper (#2008) 2021-01-19 03:53:14 +02:00
utils.py 21.3 deprecations (#2007) 2021-01-19 01:36:50 +02:00
views.py Name endpoints at startup (#1972) 2020-11-29 23:26:12 +02:00
websocket.py Add websocket ping variables (#1906) 2020-08-07 06:37:59 +03:00
worker.py Fix linting issues 2020-09-29 00:40:24 +03:00