Skip to content

2.1.0

Choose a tag to compare

@phalt phalt released this 22 May 20:02
· 38 commits to main since this release
  • Introduce RequestsHTTPBackend for making HTTP requests using the requests library.
    • This backend implements synchronous HTTP requests only.
    • The library requests is not installed by default. See the documentation for installation instructions.
  • Introduce AIOHTTPBackend for making HTTP requests using the aiohttp library.
    • This backend implements asynchronous HTTP requests only.
    • The library aiohttp is not installed by default. See the documentation for installation instructions.
  • Introduce NiquestsHTTPBackend for making HTTP requests using the niquests library.
    • This backend implements both synchronous and asynchronous HTTP requests.
    • The library niquests is not installed by default. See the documentation for installation instructions.