-
### Description
[Litestar](https://litestar.dev/) (also known as Starlite) is a performant FastAPI-like web framework. I believe using Litestar instead of FastAPI could provide several benefits:
-…
-
### Summary
Litestar is a database-agnostic micro-framework.
Still, both beginner and seasoned devs would first look at the official Litestar docs to see if there is a recommended way of setting …
-
### Summary
I want to log my exceptions, but also log the request headers and body when an exception occurs. Basically what LoggingMiddlewareConfig does, but only when an exception occurs.
### Bas…
-
**Why do you need this model? What does it solve? Please describe.**
Almost every application requires a user model. It's the most copied/pasted, rethought, and restructured model that ever existed.
…
-
### Summary
In one of 3.0 wishlist points `@rob` suggested to support multiple resource representation in response based on `Accept` header https://discord.com/channels/919193495116337154/11827457029…
kedod updated
2 months ago
-
Hello,
We were working on an HttpDisconnectMiddleware, which would cancel the ongoing tasks when user cancels the requests.
We were using this same middleware with other servers like uvicorn and …
-
@frankie567 Thanks for putting together this great library.
I am one of the maintainers for the Litestar framework, and I have been working on a simple integration [here](https://github.com/cofin…
-
Hi there,
This was flagged on https://github.com/florimondmanca/awesome-asgi/pull/84 as a tool providing "amazing output in the developement phase". It surely looks so!
`awesome-asgi` is focused…
-
Litestar 2.0 is in beta and coming with jinja and htmx built-in.
Https://Litestar.dev
-
Have you tried Litestar? It is faster than starlette and it have native HTMX support along with many other features.