Skip to content

Releases: karpetrosyan/httpx-aiohttp

Version 0.1.9

15 Oct 08:55

Choose a tag to compare

Changelog

0.1.9 (15th October, 2025)

  • Properly close the underlying aiohttp response after reading the content.

Version 0.1.8

04 Jul 10:41

Choose a tag to compare

Changelog

0.1.8 (4th July, 2025)

  • Don't include Content-Type to any empty request.

Version 0.1.7

04 Jul 10:34

Choose a tag to compare

Changelog

0.1.7 (4th July, 2025)

  • Don't include Content-Type to empty get requests. (#20)

Version 0.1.6

14 Jun 15:26

Choose a tag to compare

Changelog

0.1.6 (14th June, 2025)

  • Add HttpxAiohttpClient class
  • Test the aiohttp-powered transport with httpx tests