From: Simon Willison Date: Mon, 8 Jul 2019 16:06:47 +0000 (-0700) Subject: Removed rogue newline X-Git-Tag: 0.12.3~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F571%2Fhead;p=thirdparty%2Fstarlette.git Removed rogue newline --- diff --git a/docs/middleware.md b/docs/middleware.md index c3c8c482..b20adab0 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -217,7 +217,6 @@ when proxy servers are being used, based on the `X-Forwarded-Proto` and `X-Forwa A middleware class to emit timing information (cpu and wall time) for each request which passes through it. Includes examples for how to emit these timings as statsd metrics. - #### [datasette-auth-github](https://github.com/simonw/datasette-auth-github) This middleware adds authentication to any ASGI application, requiring users to sign in