sanic/sanic
Adam Hopkins 55c36e0240
Fix examples to work as expected (#2305)
* Fix examples to work as expected

* Clean up examples

* Update worker test

* Merge in from main and cleanup example
2021-11-23 23:00:25 +02:00
..
application Coffee please (#2316) 2021-11-18 14:53:06 +02:00
cli Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
mixins Fix examples to work as expected (#2305) 2021-11-23 23:00:25 +02:00
models Fix examples to work as expected (#2305) 2021-11-23 23:00:25 +02:00
server Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
touchup Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
__init__.py 21.6 Changelog, release version, and deprecations (#2172) 2021-06-27 22:52:56 +03:00
__main__.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
__version__.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
app.py Dispatch http.lifecyle.response from exception handler (#2299) 2021-11-19 08:50:02 +02:00
asgi.py New websockets (#2158) 2021-09-29 13:09:23 +03:00
base.py style: add some type hints (#2279) 2021-10-20 15:15:39 +03:00
blueprint_group.py Fix docs error (#2269) 2021-10-10 22:41:45 +03:00
blueprints.py Allow early Blueprint registrations to still apply later added objects (#2260) 2021-11-17 17:29:41 +02:00
compat.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
config.py More consistent config setting with post-FALLBACK_ERROR_FORMAT apply (#2310) 2021-11-16 13:07:33 +02:00
constants.py HTTPMethod enum (#2165) 2021-06-16 15:13:55 +03:00
cookies.py Additonal annotations 2021-01-29 16:19:10 +02:00
errorpages.py Add contextual exceptions (#2290) 2021-11-18 17:47:27 +02:00
exceptions.py Add contextual exceptions (#2290) 2021-11-18 17:47:27 +02:00
handlers.py Merge release 21.9.2 (#2313) 2021-11-17 19:36:36 +02:00
headers.py Smarter auto fallback (#2162) 2021-09-29 23:53:49 +03:00
helpers.py Copy Blueprints Implementation (#2184) 2021-08-10 01:07:04 +03:00
http.py Make HTTP connections start in IDLE stage, avoiding delays and error messages (#2268) 2021-11-16 23:03:27 +02:00
log.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
reloader_helpers.py Provide list of reloaded files (#2307) 2021-11-16 10:16:32 +02:00
request.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
response.py 21.6 Changelog, release version, and deprecations (#2172) 2021-06-27 22:52:56 +03:00
router.py More consistent config setting with post-FALLBACK_ERROR_FORMAT apply (#2310) 2021-11-16 13:07:33 +02:00
signals.py Move builtin signals to enum (#2309) 2021-11-14 23:21:14 +02:00
simple.py Add Simple Server and Coverage action (#2168) 2021-06-21 14:53:09 +03:00
tls.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
utils.py support app factory patten in CLI (#2157) 2021-06-09 12:05:56 +03:00
views.py Style: add type hints (#2217) 2021-08-08 21:37:34 +03:00
worker.py New websockets (#2158) 2021-09-29 13:09:23 +03:00