starlette icon indicating copy to clipboard operation
starlette copied to clipboard

The little ASGI framework that shines. 🌟

Results 165 starlette issues
Sort by recently updated
recently updated
newest added

## Checklist - [ ] test - [ ] deprecation warning ?? is this needed? Do we need this logic elsewhere?

Since this is a different failure than in #2614, I decided to go for another issue. ``` ___________ test_gzip_ignored_for_responses_with_encoding_set[trio] ____________ cls = func = when = 'call' reraise = (,...

Regression of #1976 #1977 #1609 #1940 This time I have noticed that changing `MyExc(Exception)` to `MyExc(BaseException)` means the error does get sent to stdout (if that helps) I tried to...

# Summary Closes #2613 It seems that when I introduced support for pathsend in #2435 I didn't check the included middlewares to also support the relevant ASGI messages. Affected Starlette...

hold

[As recommended by Alex and confirmed that this seems to be an issue with starlette and not broadcaster,](https://github.com/encode/broadcaster/issues/123#issuecomment-2159066937) I am creating this issue. This RuntimeError shows on client disconnect. I...

# Summary I made an adapter for running ASGI applications in GCP Cloud Functions ([Vellox](https://github.com/junah201/vellox)). So, I add section for Vellox to third-party plugins. # Checklist - [x] I understand...

# Summary Chromium-based browsers now enforce requests from websites in public network to localhost or private network endpoints and from private to localhost to "ask for permission" from server with...

Two tests fail with Python 3.13.0b2 on a missing key 'content-type'. I run then during the RPM build on version 0.37.2. @musicinmybrain reports it can be reproduced via a virtual...

Hi guys This is a follow up of https://github.com/emmett-framework/granian/issues/320 I'm not entirely sure if this is really a bug of starlette, or more of a feature that's missing or so....