-
## Feature request
**Question 1: What is the problem?**
- What is the expected behavior?
Possibility to run asgi applications like Django asgi, FastApi in asgi mode.
- What is the actual behav…
-
Hello, I'm running into issues when I send requests to any of the URLs included from `social_django.urls`. Requests to those URLs cause the following error:
```
NoReverseMatch at /auth/disconnect-…
-
If I clone gae-init master and simply add `numpy==1.6.1` to `requirements.txt` and `import numpy` to `main.py` (after `import task`), it raises:
```
ERROR 2020-03-12 00:11:31,162 wsgi.py:269]
…
-
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
- Routing: Re…
-
There have been several discussions over the years about how WSGI frameworks apply routing in the case of URL-encoded path components. Here's a comment that links to a few of the discussions:
https…
-
I'm using eventlet 0.29.1 with Flask-SocketIO 4.3.1 and Python 3.9 on MacOS.
I tried added `eventlet.monkey_patch()` hoping to cure my server of hanging on exit.
My program uses `SharedMemoryMan…
-
```
middleware conforms strictly to both sides of the WSGI contract, by
extending the response-side API, httpy breaks this contract and therefore
qualifies as a framework, not middleware.
```
Origina…
-
Hi, I am checking your app, I think is very interesting. But I have the following issue when I try to search flights. When `web_app.py` is correctly running, I set up a valid search in ITA Matrix and…
-
Will `paws` integrate with cloudformation to create resources (Lambda + API Gateway) for deploying the whole app? Or is it just purely a web framework + wrappers around WSGI to work with API Gateway?
-
When the web server allows a non-RFC-compliant query string (i.e., one that includes non-ASCII byte values that were not percent-encoded) to be passed to the app, we should provide a way for the app t…