-
Is really good for DX just use something like:
```python
from socketify import App
app = App()
router = app.router()
@router.get("/")
def home(res, req):
res.end("Hello World!")
api…
-
When const string or cached data is possible to respond, add cache interface to never exits C world avoiding GIL
-
I'm new to fastapi and I'm trying to test speed between fastapi and flask, but I didn't get a better result by fastapi. pls tell me if I'm making anything wrong?
### Example
1. fastapi
```Python
…
-
-
**Current Behavior**
Currently, you cannot send the custom headers in the response from you route. Add the ability to do that.
**Desired Behavior**
Something along these lines, from our dis…
-
-
Add zlib and libuv statically instead of dynamically linked, this will avoid problems with people that don't run.
```
brew install libuv
brew install zlib
```
or
```
apt install libuv1 zlib…
-
-
-
I created this to users get a better experience and remove the needs of an compiler when installing the package
#3