We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c22a4 commit 7fd910aCopy full SHA for 7fd910a
kubesys/http_request.py
@@ -62,7 +62,7 @@ def doCreateRequestWithConfig(url, config, method, stream,body=None):
62
verify=pem, cert=(ca, key),stream=stream)
63
64
65
-def getHeaderAndBody(token, body):
+def getHeaderAndBody(token, body,method):
66
if token is None:
67
header = {
68
"Accept": "*/*",
0 commit comments