From 99fd15e380384553ee59f0affb2d30af7d724ea7 Mon Sep 17 00:00:00 2001 From: Jeff Buttars Date: Mon, 27 Aug 2018 14:38:56 +0000 Subject: [PATCH] Add a TOC to the repo README (#40) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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