File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -449,6 +449,8 @@ class Context(object):
449
449
:type username: ``string``
450
450
:param password: The password for the Splunk account.
451
451
:type password: ``string``
452
+ :param headers: List of extra HTTP headers to send (optional).
453
+ :type headers: ``list`` of 2-tuples.
452
454
:param handler: The HTTP request handler (optional).
453
455
:returns: A ``Context`` instance.
454
456
@@ -976,6 +978,8 @@ def connect(**kwargs):
976
978
:type username: ``string``
977
979
:param password: The password for the Splunk account.
978
980
:type password: ``string``
981
+ :param headers: List of extra HTTP headers to send (optional).
982
+ :type headers: ``list`` of 2-tuples.
979
983
:param autologin: When ``True``, automatically tries to log in again if the
980
984
session terminates.
981
985
:type autologin: ``Boolean``
You can’t perform that action at this time.
0 commit comments