Version prefix (#2137)

* Add version prefixing

* Versioning tests

* Testing BP group properties
This commit is contained in:
Adam Hopkins
2021-05-19 13:32:40 +03:00
committed by GitHub
parent 28ba8e53df
commit 3a6fac7d59
7 changed files with 268 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ class FutureRoute(NamedTuple):
subprotocols: Optional[List[str]]
unquote: bool
static: bool
version_prefix: str
class FutureListener(NamedTuple):