sanic/sanic
Raphael Deem 9caa4fec4a Merge pull request #656 from r0fls/token-rework
update token attribute
2017-04-21 22:44:42 -07:00
..
__init__.py Bump version 2017-04-12 11:02:13 +02:00
__main__.py fix python -m method of running 2017-04-08 13:31:17 -07:00
app.py Remove unnecessary variables 2017-04-20 18:27:28 +09:00
blueprints.py add blueprint strict_slashes 2017-03-23 18:37:06 -07:00
config.py Merge pull request #602 from jkbbwr/fix/env-install 2017-03-31 10:42:21 -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
exceptions.py fix tests 2017-03-03 11:49:35 -05:00
handlers.py Add #379 again and make related test rework 2017-04-03 18:56:39 +09:00
log.py Make it easier to override logging 2017-01-20 18:26:55 -05:00
request.py accept token directly in auth header 2017-04-21 22:36:45 -07:00
response.py prevent crash for unknown response codes 2017-04-16 10:07:29 -04:00
router.py Add path type for router 2017-04-13 11:34:35 +08:00
server.py Refactor keep_alive 2017-04-12 17:55:22 +09: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