revert last commit
This commit is contained in:
@@ -304,7 +304,6 @@ class http_client:
|
|||||||
headers: dict = {},
|
headers: dict = {},
|
||||||
authorize: bool = True,
|
authorize: bool = True,
|
||||||
json: dict = {},
|
json: dict = {},
|
||||||
verify: bool = True,
|
|
||||||
):
|
):
|
||||||
resolved = self._resolve(destination)
|
resolved = self._resolve(destination)
|
||||||
|
|
||||||
@@ -323,7 +322,6 @@ class http_client:
|
|||||||
headers=headers,
|
headers=headers,
|
||||||
extensions={"sni_hostname": resolved.sni},
|
extensions={"sni_hostname": resolved.sni},
|
||||||
json=json,
|
json=json,
|
||||||
verify=verify,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def get(
|
def get(
|
||||||
@@ -332,7 +330,6 @@ class http_client:
|
|||||||
destination: str,
|
destination: str,
|
||||||
headers: dict = {},
|
headers: dict = {},
|
||||||
authorize: bool = True,
|
authorize: bool = True,
|
||||||
verify: bool = True,
|
|
||||||
):
|
):
|
||||||
resolved = self._resolve(destination)
|
resolved = self._resolve(destination)
|
||||||
|
|
||||||
@@ -349,7 +346,6 @@ class http_client:
|
|||||||
f"{resolved.base_url}{path}",
|
f"{resolved.base_url}{path}",
|
||||||
headers=headers,
|
headers=headers,
|
||||||
extensions={"sni_hostname": resolved.sni},
|
extensions={"sni_hostname": resolved.sni},
|
||||||
verify=verify,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user