Florimond Manca

Results 263 comments of Florimond Manca

[django-browser-reload](https://github.com/adamchainz/django-browser-reload) uses Server-sent events rather than WebSocket. It's true we don't _need_ WebSocket, as we only do unidirectional server->client messaging (the browser never needs to send anything to the server)....

In case this might be useful… https://github.com/frankie567/httpx-ws

For one of the TODO items here… > Expand tests beyond the example app. Ideally we'd setup ad-hoc Starlette apps and test against them. **Unfortunately HTTPX doesn't do WebSocket yet**....

@Kludex Hey, thanks, help is appreciated. We’d need to review the TODO items I left in the PR description. This should be some manual testing only, from what I recall....

@Kludex Hey, thanks, help is appreciated. We’d need to review the TODO items I left in the PR description. This should be some manual testing only, from what I recall....

@euri10 Well, it looks like `starception` works out of the box with Litestar: ```python from litestar import Litestar, get import starception from starlette.requests import Request as StarletteRequest @get("/") async def...

Hello, It seems the docs should be updated because HTTPX now requires the use of the transport argument As we can see in the docs here: https://www.python-httpx.org/advanced/transports/#asgi-transport So, something along...

I suppose this could be solved without changes to httpx required, by writing a custom transport that wraps the default one with calls to aiometer?

@euri10 Oops, just seeing this now. This looks pretty cool. Instead of "Others", should we initiate a "Debugging" section? Am I right saying this middleware isn't framework-agnostic "pure ASGI", due...

Hey @AlekefromKz -- hardly! I don't use it myself anymore and I don't have much time to dedicate to volunteer open source anymore. I will post a quick pinned issue...