msgpack-asgi
msgpack-asgi copied to clipboard
Drop-in MessagePack support for ASGI applications and frameworks
I think the current vesion of the msgpack middleware has a serious implementaion flaw that will cause errors when parallel requests are processed. During each request, some request scoped variables,...
As evidenced by https://github.com/msgpack/msgpack/issues/194, there still is no clear answer on the "proper" MIME type for msgpack. Fluent-bit's HTTP output plugin uses `application/msgpack` for the `content-type` instead of a`application/x-msgpack`, so...
This library seemed to hit the spot for drop-in support for msgpack with FastAPI. I am using the following to enable the msgpack interface: `app.add_middleware(MessagePackMiddleware)` Unfortunately, large client requests are...
Bumps [black](https://github.com/psf/black) from 21.9b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...