Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 344 Bytes

headers.rst

File metadata and controls

10 lines (6 loc) · 344 Bytes

HTTP Headers

If you want to add additional http headers for your connection, you can specify these in your transport:

transport = AIOHTTPTransport(url='YOUR_URL', headers={'Authorization': 'token'})

After the connection, the latest response headers can be found in transport.response_headers