-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First scratches * Work on * Work on decorators * Make examples work * Refactor * sort modules for scanning * Go forward * Add tests * Add test for decoration methods * Add missing file * Fix python 3.4, add test * Fix typo * Implement RouteDef * Test cover * RouteDef -> RoutesDef * RouteInfo -> RouteDef * Add couple TODOs, drop RouteDef from exported names * Fix flake8 blame * RoutesDef -> RouteTableDef * Add reprs * Add changes record * Test cover missed case * Add documentation for new route definitions API in web reference * Fix typo * Mention route tables and route decorators in web usage * Text flow polishing * Fix typo
- Loading branch information
Showing
7 changed files
with
833 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Implement `router.add_routes` and router decorators. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.