From 7d5e6aaa7a6bfdcf29343036460ad1858c231400 Mon Sep 17 00:00:00 2001 From: NewUserHa <32261870+NewUserHa@users.noreply.github.com> Date: Sun, 13 Feb 2022 07:40:49 +0800 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a5d3af45..8bd4cd5c 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,10 @@ In order to plug in ``aiohttp_debugtoolbar``, call app = web.Application(loop=loop) aiohttp_debugtoolbar.setup(app) +Note: + + This middleware needs a response that contains a valid HTML document to work.(i.e. *content_type: 'text/html'* and contains ** and ** tags.) + Full Example ------------