pypi aiohttp 3.12.8

latest releases: 3.12.15, 3.12.14, 3.12.13...
3 months ago

Features

  • Added preemptive digest authentication to :class:~aiohttp.DigestAuthMiddleware -- by :user:bdraco.

    The middleware now reuses authentication credentials for subsequent requests to the same
    protection space, improving efficiency by avoiding extra authentication round trips.
    This behavior matches how web browsers handle digest authentication and follows
    :rfc:7616#section-3.6.

    Preemptive authentication is enabled by default but can be disabled by passing
    preemptive=False to the middleware constructor.

    Related issues and pull requests on GitHub:
    #11128, #11129.


Don't miss a new aiohttp release

NewReleases is sending notifications on new releases.