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.
Files changed (60) hide show
  1. {yhttp-8.2.0 → yhttp-8.2.1}/PKG-INFO +1 -1
  2. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/application.py +1 -2
  3. yhttp-8.2.1/yhttp/core/version.py +1 -0
  4. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/PKG-INFO +1 -1
  5. yhttp-8.2.0/yhttp/core/version.py +0 -1
  6. {yhttp-8.2.0 → yhttp-8.2.1}/LICENSE +0 -0
  7. {yhttp-8.2.0 → yhttp-8.2.1}/README.md +0 -0
  8. {yhttp-8.2.0 → yhttp-8.2.1}/setup.cfg +0 -0
  9. {yhttp-8.2.0 → yhttp-8.2.1}/setup.py +0 -0
  10. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_application.py +0 -0
  11. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_applicationcli.py +0 -0
  12. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_serve.py +0 -0
  13. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_version.py +0 -0
  14. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_builtincli_yhttp_version.py +0 -0
  15. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_cookie.py +0 -0
  16. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_cookieset.py +0 -0
  17. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_extension.py +0 -0
  18. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form.py +0 -0
  19. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_json.py +0 -0
  20. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_multipart.py +0 -0
  21. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_form_urlencoded.py +0 -0
  22. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_fswatcher.py +0 -0
  23. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard.py +0 -0
  24. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_body.py +0 -0
  25. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_contenttypes.py +0 -0
  26. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_guard_query.py +0 -0
  27. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_headerset.py +0 -0
  28. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_jsonencoding.py +0 -0
  29. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_locale.py +0 -0
  30. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_multidict.py +0 -0
  31. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_multipart.py +0 -0
  32. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_querystring.py +0 -0
  33. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_request.py +0 -0
  34. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_responseheaders.py +0 -0
  35. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_rewrite.py +0 -0
  36. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_rewritecli.py +0 -0
  37. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_routing.py +0 -0
  38. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_static.py +0 -0
  39. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_statuses.py +0 -0
  40. {yhttp-8.2.0 → yhttp-8.2.1}/tests/test_statushandler.py +0 -0
  41. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/__init__.py +0 -0
  42. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/cli.py +0 -0
  43. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/contenttypes.py +0 -0
  44. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/cookieset.py +0 -0
  45. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/fswatcher.py +0 -0
  46. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/guard.py +0 -0
  47. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/headerset.py +0 -0
  48. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/main.py +0 -0
  49. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/multidict.py +0 -0
  50. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/multipart.py +0 -0
  51. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/request.py +0 -0
  52. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/response.py +0 -0
  53. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/rewrite.py +0 -0
  54. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/static.py +0 -0
  55. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp/core/statuses.py +0 -0
  56. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/SOURCES.txt +0 -0
  57. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/dependency_links.txt +0 -0
  58. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/entry_points.txt +0 -0
  59. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/requires.txt +0 -0
  60. {yhttp-8.2.0 → yhttp-8.2.1}/yhttp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yhttp
3
- Version: 8.2.0
3
+ Version: 8.2.1
4
4
  Summary: A very micro http framework.
5
5
  Home-page: http://github.com/yhttp/yhttp
6
6
  Author: Vahid Mardani
@@ -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[k] for k in info_['kwonly']
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yhttp
3
- Version: 8.2.0
3
+ Version: 8.2.1
4
4
  Summary: A very micro http framework.
5
5
  Home-page: http://github.com/yhttp/yhttp
6
6
  Author: Vahid Mardani
@@ -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