starlette/starlette
Erik 518da5eabc
Prepare 0.13.7 release: version bump and release-notes (#1020)
2020-08-05 08:07:14 -07:00
..
middleware Fix high memory usage when using BaseHTTPMiddleware middleware classes and streaming responses (#1018) 2020-08-04 16:55:46 -07:00
__init__.py Prepare 0.13.7 release: version bump and release-notes (#1020) 2020-08-05 08:07:14 -07:00
applications.py add missing word 'as' in the docstring for Starlette (#958) 2020-05-30 08:08:48 +01:00
authentication.py Requires decorator redirects with 303 status_code instead of 307 #927 (#929) 2020-05-04 11:13:45 +01:00
background.py Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
concurrency.py Websocket iter (#838) 2020-02-20 15:43:03 +00:00
config.py Allow callable functions to be passed into the config's casting (#530) 2020-02-10 14:53:22 +00:00
convertors.py Add a UUID convertor (#903) 2020-04-21 19:24:55 +01:00
datastructures.py Thread pool is no longer used for files in memory (#933) 2020-05-06 14:52:26 +01:00
endpoints.py Add type annotation to WebSocketEndpoint.encoding (#1003) 2020-07-24 12:13:14 +02:00
exceptions.py Support app configuration on initialization. (#702) 2019-11-04 15:08:24 +00:00
formparsers.py Use isort v5 (#999) 2020-07-15 19:25:59 +02:00
graphql.py Use isort v5 (#999) 2020-07-15 19:25:59 +02:00
py.typed Add py.typed to package 2019-04-09 23:01:54 +08:00
requests.py Check isort in CI (#913) 2020-04-24 11:27:34 +02:00
responses.py Allow render to access status code (#938) 2020-06-01 11:31:04 +01:00
routing.py fix(comment typo): (#959) 2020-06-08 14:33:35 +01:00
schemas.py Ensure pyyaml is installed before actually using it (#833) 2020-02-19 10:37:21 +00:00
staticfiles.py Fix staticfiles 404 errors (#1005) 2020-07-20 13:05:55 +01:00
status.py Add 425 Too Early status code (#660) 2019-10-10 10:07:30 +01:00
templating.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
testclient.py allow exceptions in middleware to surface when using TestClient (#888) 2020-04-15 09:46:46 +01:00
types.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
websockets.py Websocket iter (#838) 2020-02-20 15:43:03 +00:00