We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d685 commit ca098b1Copy full SHA for ca098b1
docs/usage/headers.rst
@@ -6,3 +6,5 @@ If you want to add additional http headers for your connection, you can specify
6
.. code-block:: python
7
8
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