diff --git a/http/response.py b/http/response.py index 4be6445..08366fb 100644 --- a/http/response.py +++ b/http/response.py @@ -14,10 +14,13 @@ def __init__(self, status, headers=Headers(), content=None, Construct a new ``Response`` object. :param status: HTTP status code for the response - :param headers: a list of tuples or a class:`Headers` object + :type status: integer + :param headers: HTTP headers + :type status: a list of tuples or a class:`Headers` object :param content: content :param message: HTTP message for the response :param request: origin Request object used + :type request: class:`Request` .. attribute:: redirects