sanic/sanic
Eli Uriegas c35721abbd Merge pull request #670 from ticosax/set-exit-code-on-error
In case of error when starting sanic
2017-05-01 15:16:02 -07:00
..
__init__.py Increment to 0.5.2 2017-04-24 11:37:04 -07:00
__main__.py Improved on wording 2017-04-27 03:16:38 -04:00
app.py Merge pull request #670 from ticosax/set-exit-code-on-error 2017-05-01 15:16:02 -07:00
blueprints.py add blueprint strict_slashes 2017-03-23 18:37:06 -07:00
config.py Merge branch 'master' into master 2017-04-24 00:47:01 -07:00
constants.py Add a pesky newline 2017-01-27 22:15:34 -06:00
cookies.py Removed raw string in cookies documentation 2017-03-22 06:39:23 +05:30
defaultFilter.py add logging based on issue #608, add default config 2017-04-11 18:59:07 +09:00
exceptions.py added exception chain rendering in debug #675 2017-05-01 12:56:33 -04:00
handlers.py added exception chain rendering in debug #675 2017-05-01 12:56:33 -04:00
log.py add logging based on issue #608, add default config 2017-04-11 18:59:07 +09:00
request.py expose matched request uri template 2017-04-29 02:39:56 +07:00
response.py prevent crash for unknown response codes 2017-04-16 10:07:29 -04:00
router.py expose matched request uri template 2017-04-29 02:39:56 +07:00
server.py The main process that spawn sub processes doesn't run any loop. 2017-04-28 19:57:49 +02:00
static.py use absolute path in static root 2017-04-16 21:58:10 -07:00
testing.py Add traceback for better debugging 2017-04-11 16:02:57 -05:00
utils.py rename TestClient 2017-03-07 17:13:23 -08:00
views.py Get rid of relative imports 2017-02-15 20:54:00 -06:00
websocket.py handle timeouts and disconnects properly 2017-02-27 22:35:28 -08:00
worker.py Fix duplicate signal settings for gunicorn worker 2017-04-21 17:06:52 -05:00