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
I'm wondering if instead it could generate a «request builder», which would be generated once and contain calls to all the markers. The same applies to apply_response_markers:
Currently, each backend is forced to call
Signature.build_request
for every call:combadge/combadge/support/zeep/backends/sync.py
Line 87 in 8b60b1b
I'm wondering if instead it could generate a «request builder», which would be generated once and contain calls to all the markers. The same applies to
apply_response_markers
:combadge/combadge/support/httpx/backends/sync.py
Line 56 in 8b60b1b
The text was updated successfully, but these errors were encountered: