yhttp 8.2.0__tar.gz → 8.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {yhttp-8.2.0 → yhttp-8.2.1}/PKG-INFO +1 -1
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/application.py +1 -2
- yhttp-8.2.1/yhttp/core/version.py +1 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/PKG-INFO +1 -1
- yhttp-8.2.0/yhttp/core/version.py +0 -1
- {yhttp-8.2.0 → yhttp-8.2.1}/LICENSE +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/README.md +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/setup.cfg +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/setup.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_application.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_applicationcli.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_serve.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_version.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_yhttp_version.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_cookie.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_cookieset.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_extension.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_json.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_multipart.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_urlencoded.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_fswatcher.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_body.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_contenttypes.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_query.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_headerset.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_jsonencoding.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_locale.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_multidict.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_multipart.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_querystring.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_request.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_responseheaders.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_rewrite.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_rewritecli.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_routing.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_static.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_statuses.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_statushandler.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/__init__.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/cli.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/contenttypes.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/cookieset.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/fswatcher.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/guard.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/headerset.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/main.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/multidict.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/multipart.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/request.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/response.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/rewrite.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/static.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/statuses.py +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/SOURCES.txt +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/dependency_links.txt +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/entry_points.txt +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/requires.txt +0 -0
- {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/top_level.txt +0 -0
|
@@ -245,8 +245,7 @@ class Application(BaseApplication):
|
|
|
245
245
|
pathparams = [a for a in match.groups() if a is not None]
|
|
246
246
|
info = info_.copy()
|
|
247
247
|
info['kwonly'] = {
|
|
248
|
-
k: request.query
|
|
249
|
-
if k in request.query
|
|
248
|
+
k: request.query.get(k, v) for k, v in info_['kwonly'].items()
|
|
250
249
|
}
|
|
251
250
|
|
|
252
251
|
return handler, pathparams, info
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '8.2.1'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '8.2.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|