Skip to content

Commit

Permalink
Document more ClientResponse's properties
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 21, 2016
1 parent d62d176 commit 3f47f76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ CHANGES
- FAQ section was added to docs. Enjoy and fill free to contribute new topics

- Add async context manager support to ClientSession

- Document ClientResponse's host, method, url properties
8 changes: 8 additions & 0 deletions docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,14 @@ Response object

HTTP status reason of response (:class:`str`), e.g. ``"OK"``.

.. attribute:: host

Host part of requested url (:class:`str`).

.. attribute:: method

Request's method (:class:`str`).

.. attribute:: url

URL of request (:class:`str`).
Expand Down

0 comments on commit 3f47f76

Please sign in to comment.