We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d9e0e commit f3ac25eCopy full SHA for f3ac25e
splunklib/binding.py
@@ -88,7 +88,6 @@ def parse_cookies(cookie_str, dictionary):
88
dictionary[cookie.key] = cookie.coded_value
89
90
def make_cookie_header(cookies):
91
- # TODO: verify
92
"""
93
Takes a list of 2-tuples of key-value pairs of
94
cookies, and returns a valid HTTP ``Cookie``
0 commit comments