Closed eigenein closed 1 year ago
HTTPX backend already supports the with_manager parameter, which wraps every request into the with block.
with_manager
with
Extend the with_manager parameter to the Zeep backend.
Context
HTTPX backend already supports the
with_manager
parameter, which wraps every request into thewith
block.Implementation
Extend the
with_manager
parameter to the Zeep backend.