Skip to content
#

wsgi

Here are 330 public repositories matching this topic...

vytas7
vytas7 commented May 6, 2022

Sometimes it might be handy to easily get a header's value as int, where validation errors would automatically result in an HTTP 400, along the lines of req.get_header_as_datetime & [req.get_param_as_int](https://falcon.readthedocs.io/en/stable/api/request_and_response_wsgi.ht

good first issue enhancement proposal needs contributor
sqladmin
okapies
okapies commented Jun 27, 2022

Checklist

  • The bug is reproducible against the latest release or master.
  • There are no similar issues or pull requests to fix it yet.

Describe the bug

The .js files specify sourceMappingURL but the .map files are not included in the package. So the browser tries to fetch it and gets a 404 error. We should add the source map files or remove the following lines:

good first issue
cheroot
kasium
kasium commented Sep 10, 2021

I'm submitting a ...

  • 🐞 bug report
  • 🐣 feature request
  • question about the decisions made in the repository

🐣 Describe the solution you'd like
It would be great to see the python 3.5+ type hints in the repository, especially for the Server api.

📋 Describe alternatives you've considered
Adding type stubs to typeshed (https://github.com/python/typeshed/tr

enhancement hacktoberfest-accepted help wanted good first issue

Improve this page

Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."

Learn more