From: keakon Date: Wed, 8 May 2013 03:44:12 +0000 (+0800) Subject: add missing parameter doc X-Git-Tag: v3.1.0~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F780%2Fhead;p=thirdparty%2Ftornado.git add missing parameter doc --- 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