From 78fae57bc3806d7ffce3a25a1702dd391629c406 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 27 Aug 2018 15:42:05 +0100 Subject: [PATCH] Update table of contents --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c192d42..922a4165 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Starlette is a small library for working with [ASGI](https://asgi.readthedocs.io/en/latest/). -It gives you `Request` and `Response` classes, request routing, static files support, -a test client, and a decorator for writing super-minimal applications. +It gives you `Request` and `Response` classes, request routing, websocket support, +static files support, and a test client. **Requirements:** @@ -52,11 +52,16 @@ You can run the application with any ASGI server, including [uvicorn](http://www

— ⭐️ —

+--- + +## Contents + * [Responses](#responses) * [Response](#response) * [HTMLResponse](#htmlresponse) * [PlainTextResponse](#plaintextresponse) * [JSONResponse](#jsonresponse) + * [RedirectResponse](#redirectresponse) * [StreamingResponse](#streamingresponse) * [FileResponse](#fileresponse) * [Requests](#requests) @@ -67,7 +72,9 @@ You can run the application with any ASGI server, including [uvicorn](http://www * [Static Files](#static-files) * [Test Client](#test-client) * [Debugging](#debugging) -* [Decorators](#decorators) + +--- + ## Responses Starlette includes a few response classes that handle sending back the