Skip to content
Snippets Groups Projects
Verified Commit 098967d0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: http proxy

parent 96189d3b
Branches
Tags
2 merge requests!79Release 0.10.0,!75F http proxy
Pipeline #29910 failed
...@@ -612,7 +612,7 @@ class _Connection(object): # pylint: disable=useless-object-inheritance ...@@ -612,7 +612,7 @@ class _Connection(object): # pylint: disable=useless-object-inheritance
method=method, method=method,
path=path, path=path,
headers=headers, headers=headers,
body=body, **kwargs) body=body)
_LOGGER.debug("response: %s %s", str(http_response.status), _LOGGER.debug("response: %s %s", str(http_response.status),
str(http_response.getheaders())) str(http_response.getheaders()))
self._authenticator.on_response(http_response) self._authenticator.on_response(http_response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment