From 92c7bdd2dd943b173476a6d2f26e0831579e2d3d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 9 Aug 2011 15:16:41 +0200 Subject: [PATCH] Documented Request.headers --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index ff7e597a..e657bf6e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -59,6 +59,10 @@ Incoming Request Data of the time it is a better idea to use :attr:`data` which will give you that data as a string. The stream only returns the data once. + .. attribute:: headers + + The incoming request headers as a dictionary like object. + .. attribute:: data Contains the incoming request data as string in case it came with