Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
Kludex/starlette
Pull Requests
Commits
Open
Closed
Raise WebSocketDisconnect after websocket close
#3312 opened 2026-06-01 13:45 by
bubaizhanshen
Fix/assert to typeerror
#3309 opened 2026-05-31 10:17 by
NEFORCEO
Guard empty hostname in `URL.replace()`
#3301 opened 2026-05-29 17:05 by
koriyoshi2041
Use Literal type alias for URLPath protocol parameter
#3285 opened 2026-05-23 08:14 by
Chang-LeHung
fix: disable threading in wasm environment
#3284 opened 2026-05-22 07:47 by
ryanking13
fix(authentication): implement identity property on SimpleUser and Un…
#3271 opened 2026-05-15 10:39 by
navidnabavi
Support reading config files from FIFO (Unix)
#3262 opened 2026-05-11 15:41 by
j-labbe
Honor streaming responses in TestClient
#3258 opened 2026-04-27 02:45 by
ShipItAndPray
Optional Cache-Control header support to Staticfile responses
#3248 opened 2026-04-22 17:20 by
diskeu
Add multipart header limit options to Request.form
#3240 opened 2026-04-16 07:31 by
Kludex
Improve typing for add_exception_handler
#3219 opened 2026-04-04 04:02 by
Ragug
fix: correct ETag comparison (#3193) and HEAD route precedence (#3182)
#3206 opened 2026-03-26 02:51 by
naarob
Clear exc.__traceback__ after handled exceptions to prevent memory leak
#3205 opened 2026-03-25 23:51 by
baconcheese113
docs: replace inline ASGI server list with link to canonical implemen…
#3204 opened 2026-03-25 17:29 by
EmmanuelNiyonshuti
Replace RuntimeError with WebSocketDisconnect when socket is disconnected
#3202 opened 2026-03-22 18:55 by
r266-tech
Fix: handle If-None-Match: * wildcard in StaticFiles per RFC 7232
#3201 opened 2026-03-22 18:53 by
r266-tech
Add is_disconnected property to WebSocket
#3200 opened 2026-03-22 18:18 by
r266-tech
Fix incorrect ETag weak indicator stripping in is_not_modified
#3193 opened 2026-03-19 06:51 by
gnosyslambda
Make `spool_max_size` configurable via `request.form()`
#3190 opened 2026-03-15 13:35 by
Kludex
Fix precedence of explicit HEAD routes over implicit HEAD
#3182 opened 2026-03-11 19:23 by
Hedingber
feat: add Request.read(size) method for partial body reading
#3164 opened 2026-02-28 20:22 by
Jagdish1115
✨ Add `max_body_size` and `max_upload_size` parameters to `Starlette`, `Router`, `Route`, `Mount`
#3151 opened 2026-02-16 14:47 by
tiangolo
Add `BaseResponse` class and `ContentT` generic to `Response`
#3149 opened 2026-02-15 13:28 by
Kludex
✨ Add `max_body_size` parameter to `Request.stream()` and related methods
#3135 opened 2026-02-10 08:40 by
tiangolo
Debug info
#3130 opened 2026-02-05 17:14 by
y2kbugger
Add `StarletteDeprecationWarning`
#3119 opened 2026-01-25 20:25 by
Kludex
Add `excluded_content_types` parameter to `GZipMiddleware`
#3091 opened 2026-01-01 15:34 by
Kludex
Reduce the frequency of set-cookie in SessionMiddleware
#3069 opened 2025-11-06 03:24 by
Zaczero
Remove itsdangerous dependency
#3068 opened 2025-11-05 06:08 by
Zaczero
CORS middleware: Vary handling, perf
#3067 opened 2025-11-05 03:11 by
Zaczero
Older