Skip to content

Commit

Permalink
Site and AppRunner (#2530)
Browse files Browse the repository at this point in the history
* Extract Application into separate module

* Work on

* Work on

* Work on

* Work on

* Fix web.run_app

* More tests

* More tests

* More tests

* More tests

* Rewrite gunicorn worker to site/apprunner

* Don't check ciphers on Python 3.5

* Drop redundant check

* Drop unused import

* Code polishing

* Fix python 3.5 compatibility

* 100% coverage for worker

* Fix linter

* Change exception type

* web_application.py -> web_app.py

* Fix tests
  • Loading branch information
asvetlov authored Dec 5, 2017
1 parent 52dc7f0 commit 3d00ec1
Show file tree
Hide file tree
Showing 9 changed files with 873 additions and 914 deletions.
2 changes: 2 additions & 0 deletions CHANGES/2530.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Introduce *site* and *application runner* as underlying API for
`web.run_app` implementation.
Loading

0 comments on commit 3d00ec1

Please sign in to comment.