You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure aiohttp headers matchable from both session and request (#158)
* Prevent aiohttp request headers from overriding session headers in matcher
* Bump to 2.1.3
* Add test for unmatched headers
* Update date in changelog
Fix aiohttp session match (#157)
* Add tests proving bug
* Match on aiohttp client base url and headers
* Fix small aiohttp edge case bugs and typing
* Ensure examples tests always run with the current interpreter
* Bump to 2.1.2
Fix httpx incorrectly named method on interceptor subclass (#126)
* Use pytest-httpbin to avoid outbound requests in most tests
* Enable aiohttp tests in py3.12
* Add standard tests for all engines
Reproduce #125 in tests
* Fix#125
* Bump to 1.4.3
Fix httpx reference in README and add build and dist check to CI work…
…flow (#107)
* Fix readme httpx reference
* Add build and dist check to ci/cd
* Use strict twine check