From fb4a1c4e06e8ba9e0cb631679cf092a625267c1e Mon Sep 17 00:00:00 2001 From: keakon Date: Wed, 8 May 2013 11:44:12 +0800 Subject: [PATCH] add missing parameter doc --- tornado/httpclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tornado/httpclient.py b/tornado/httpclient.py index bfdc71363..63d8c2a1b 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -258,6 +258,7 @@ class HTTPRequest(object): :arg string url: URL to fetch :arg string method: HTTP method, e.g. "GET" or "POST" :arg headers: Additional HTTP headers to pass on the request + :arg body: HTTP body to pass on the request :type headers: `~tornado.httputil.HTTPHeaders` or `dict` :arg string auth_username: Username for HTTP "Basic" authentication :arg string auth_password: Password for HTTP "Basic" authentication -- 2.47.2