This commit is contained in:
Adam Hopkins
2021-02-01 09:56:58 +02:00
8 changed files with 154 additions and 34 deletions

View File

@@ -100,7 +100,7 @@ class RouteMixin:
route = FutureRoute(
handler,
uri,
methods,
frozenset([x.upper() for x in methods]),
host,
strict_slashes,
stream,