wsgi
Here are 328 public repositories matching this topic...
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Feb 2, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 14, 2022 - Python
Add type hints
-
🐞 bug report -
🐣 feature request -
❓ question about the decisions made in the repository
It would be great to see the python 3.5+ type hints in the repository, especially for the Server
api.
Adding type stubs to typeshed (https://github.com/python/typeshed/tr
-
Updated
Nov 8, 2021 - Python
-
Updated
Jan 5, 2022 - Dockerfile
-
Updated
Dec 20, 2021 - Python
-
Updated
Feb 3, 2022 - Python
-
Updated
Feb 8, 2022 - Python
result_exec_date not being set when the unit of work task is executed.
-
Updated
Oct 21, 2019 - Python
-
Updated
Sep 28, 2017 - Python
-
Updated
Feb 4, 2022 - Python
-
Updated
May 27, 2019 - Python
-
Updated
Mar 28, 2016 - Python
Improve this page
Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."
Support for closing with a
reason
was added in version 2.3 of the HTTP & WebSocket ASGI Message Format (2021-02-02).Also decide whether we want a way to derive the reason from
HTTPError
s like we do with the closecode
. Alternatives include just using the error'stitle
,description
, and adding a