Add a TOC to the repo README (#40)

This commit is contained in:
Jeff Buttars 2018-08-27 14:38:56 +00:00 committed by Tom Christie
parent 828ee47483
commit 99fd15e380
1 changed files with 16 additions and 0 deletions

View File

@ -52,6 +52,22 @@ You can run the application with any ASGI server, including [uvicorn](http://www
<p align="center">&mdash; ⭐️ &mdash;</p>
* [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