Jonas Lundberg
Jonas Lundberg
Feature proposal closed at `HTTPX`.
You're right, this looks like a bug .. looking in to it
@alex-young please try #264 with your code, if possible. Thanks.
You're right, it needs some love. Thanks for reminding!
Due to underlaying cache performance, dynamic nodes URI's can not be used. All URI's gets picked up by content-io when the template is parsed, and then hydrated against cache (i.e....
Thanks for the suggestion @stinovlas. This would definitely be a suited argument since `httpx.post` also has it. Though, I'm not sure what the value/api should look like to be extensible...
I've looked into this now and the only reasonable and doable pattern would be to implement `auth=`, i.e. basic auth. This might be ok, but could also confuse users into...
Could you provide some more details, e.g. is the `respx_mock` in your example a fixture or a global mock instance, maybe with multiple added routes?
Hmm, for me this file works ... ```py import abc from collections.abc import Generator import httpx import pytest import respx @pytest.fixture(autouse=True) def respx_configuration(respx_mock: respx.MockRouter) -> Generator[None, None, None]: yield respx_mock.assert_all_called()...
@lecrepont01 I'm closing this, but please re-open if there's still an issue.