-
**Describe the bug**
I'm trying to replace my FastAPI apps on Vercel with BlackSheep.
Here is an example: https://github.com/clementpoiret/blacksheep-vercel
Unfortunately, it seems I can't depl…
-
Try replacing httptools.parse_url with Rust extension.
**Why?**
Because if we removed the HTTP Client implementation (I plan to do so in version 2), then `httptools` would only be used to parse…
-
Can operations be sorted alphabetically?
![image](https://user-images.githubusercontent.com/2576032/230897111-6237b3e7-2b81-498a-898f-04a3e427b08d.png)
-
I dont understand why, but google oidc work differently on https server, he changed request with POST on GET.
Normal oidc my localhost:
https server:
![image](https://github.com/Neoteroi/BlackShe…
-
Consider the following example:
```python
from dataclasses import dataclass
from blacksheep import Application, pretty_json
app = Application()
@dataclass
class Access:
id: int
…
-
To reproduce:
```sh
pyenv install pypy3.9-7.3.11
pyenv local pypy3.9-7.3.11
python -m venv test_pypy
source test_pypy/bin/activate
pip install blacksheep
```
Error:
```
blacksheep/contents…
-
i have this function to implement flash message
def flash(request: Request, message: typing.Any, category: str = "primary") -> None:
if "_messages" not in request.session:
request.session…
-
https://pypi.org/project/blacksheep/
-
**ClientSession**
when make a request,the server doesn`t return a content-type header, this line in connection.py will cause exception as the title recursive
https://github.com/Neoteroi/BlackSh…
-
Current `process_request` and `process_response` methods don't allow to wrap a handler call using `with` or `try-except` blocks. It would be more convenient to have a middlewares as in popular framewo…