sanic/sanic
Matt Daue 49fdc6563f Add SSL to server
Add ssl variable passthrough to following:
-- sanic.run
-- server.serve
Add ssl variable to loop.create_server to enable built-in async context socket wrapper
Update documentation
Tested with worker = 1, and worker = 2.

Signed-off-by: Matt Daue <mattdaue@gmail.com>
2017-01-14 07:16:59 -05:00
..
__init__.py Increment version to 0.1.9 2016-12-24 18:51:16 -08:00
__main__.py Allow Sanic-inherited application 2016-12-26 20:37:16 +09:00
blueprints.py add ability to override default host in blueprint 2017-01-10 22:08:15 -08:00
config.py Add lru_cache to get 2016-10-20 00:28:05 -04:00
cookies.py Fix flake8 2016-11-19 18:04:35 -08:00
exceptions.py Add more verbose error handling 2016-12-30 13:48:17 -06:00
log.py allow overriding logging.basicConfig 2016-12-23 16:17:34 -08:00
request.py Update request.form to work with __getitem__ 2017-01-11 16:55:34 -06:00
response.py Include more explicit loop for headers conversion 2016-12-30 12:13:16 -06:00
router.py remove default from host in _get method 2017-01-10 16:01:21 -08:00
sanic.py Add SSL to server 2017-01-14 07:16:59 -05:00
server.py Add SSL to server 2017-01-14 07:16:59 -05:00
static.py Remove trailing whitespace 2016-12-24 18:11:46 -08:00
utils.py Merge pull request #265 from youknowone/test-middleware-schedule 2017-01-03 14:41:23 -06:00
views.py tests&small update 2017-01-07 07:13:49 +02:00