Skip to content

Commit ca098b1

Browse files
committed
Add docs
1 parent 8b0d685 commit ca098b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/usage/headers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ If you want to add additional http headers for your connection, you can specify
66
.. code-block:: python
77
88
transport = AIOHTTPTransport(url='YOUR_URL', headers={'Authorization': 'token'})
9+
10+
After the connection, the latest response headers can be found in :code:`transport.response_headers`

0 commit comments

Comments
 (0)