sanic/sanic
Stephen Sadowski 6778f4d9e0
Merge pull request #1342 from hramezani/load_config_file_syntax_error
Handle syntax error in load config file.
2018-10-11 08:56:48 -05:00
..
__init__.py Re-releasing with updated credentials 2018-09-13 02:24:31 -07:00
__main__.py fix flake8 2017-09-13 07:40:42 -07:00
app.py Fix whitespace in error message 2018-09-30 09:36:55 +01:00
blueprints.py Remove normpath 2018-10-10 14:04:21 +08:00
config.py Handle config error in load config file. 2018-10-08 19:17:06 +02:00
constants.py Add a pesky newline 2017-01-27 22:15:34 -06:00
cookies.py Fix response ci header (#1244) 2018-07-11 01:44:21 -07:00
exceptions.py Merge pull request #1342 from hramezani/load_config_file_syntax_error 2018-10-11 08:56:48 -05:00
handlers.py close #1136 2018-02-21 00:50:27 +01:00
helpers.py Rename the http module to helpers to prevent conflicts with the built-in Python http library (fixes #1323) 2018-09-25 20:46:40 +03:00
log.py fixing small issue 2017-09-13 10:35:34 -07:00
reloader_helpers.py Fix auto_reload in Linux (#1286) 2018-08-16 23:30:03 -07:00
request.py Simplify request ip and port retrieval logic 2018-10-08 21:25:47 +02:00
response.py Rename the http module to helpers to prevent conflicts with the built-in Python http library (fixes #1323) 2018-09-25 20:46:40 +03:00
router.py add UUID support (#1241) 2018-06-09 01:16:17 -07:00
server.py Add missed documentation for config section. 2018-10-07 01:32:36 +02:00
static.py Add content_type flag to Sanic.static (#1267) 2018-07-20 22:31:15 -07:00
testing.py default to auto_reload in debug mode (#1159) 2018-04-01 20:52:56 -07:00
views.py is_request_stream for CompositionView and HTTPMethodView 2017-05-09 01:04:03 +09:00
websocket.py Switch to websockets 6.0 2018-09-02 09:23:30 +02:00
worker.py py37 (#1256) 2018-07-03 22:07:08 -07:00