mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
* Webmock allows users to stub a request using a URI with query parameters, as a shortcut instead of using `with...` * The Webmock adapter did not construct a URI that included the `request.query`, causing stubs that had the same host/path, but different queries, to return incorrect results