Skip to content

Instantly share code, notes, and snippets.

@dgtlctzn
Created December 3, 2021 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgtlctzn/a62c2170b4e650298f1e9f9c22f49b1a to your computer and use it in GitHub Desktop.
Save dgtlctzn/a62c2170b4e650298f1e9f9c22f49b1a to your computer and use it in GitHub Desktop.
Headers and Cookies
async with aiohttp.ClientSession(
headers=headers_dict,
cookies=cookies_dict,
trace_configs=[trace_config],
) as session:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment