Home
last modified time | relevance | path

Searched refs:split_header_words (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/http/
H A Dcookiejar.py348 def split_header_words(header_values): function
385 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
387 >>> split_header_words(['text/html; charset="iso-8859-1"'])
389 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
427 "split_header_words bug: '%s', '%s', %s" %
435 """Do the inverse (almost) of the conversion done by split_header_words.
471 parser instead of split_header_words.
1618 split_header_words(rfc2965_hdrs), request)
1928 for data in split_header_words([line]):
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py16 parse_ns_headers, join_header_words, split_header_words, Cookie,
259 result = split_header_words([arg])
295 input = split_header_words([arg])

Completed in 5 milliseconds