diff --git a/README.md b/README.md index b1bb6366..2c192d42 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,22 @@ You can run the application with any ASGI server, including [uvicorn](http://www
— ⭐️ —
+* [Responses](#responses) + * [Response](#response) + * [HTMLResponse](#htmlresponse) + * [PlainTextResponse](#plaintextresponse) + * [JSONResponse](#jsonresponse) + * [StreamingResponse](#streamingresponse) + * [FileResponse](#fileresponse) +* [Requests](#requests) + * [Request](#request) +* [WebSockets](#websockets) + * [WebSocketSession](#websocketsession) +* [Routing](#routing) +* [Static Files](#static-files) +* [Test Client](#test-client) +* [Debugging](#debugging) +* [Decorators](#decorators) ## Responses Starlette includes a few response classes that handle sending back the