mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
* Record `json` kwarg in aiohttp request Aiohttp supports `data` and `json` parameters to make a request. Aiohttp enforces that only one is used make a request. * Log when aiohttp stub makes request to live server resolves: #406 * Record aiohttp `auth` request kwarg Aiohttp request supports basic auth via the `auth` method parameter. It is set as a request header by aiohttp ClientRequest.
8.0 KiB
8.0 KiB