Lines Matching defs:split_header_words
337 def split_header_words(header_values):
374 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
376 >>> split_header_words(['text/html; charset="iso-8859-1"'])
378 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
416 "split_header_words bug: '%s', '%s', %s" %
424 """Do the inverse (almost) of the conversion done by split_header_words.
460 parser instead of split_header_words.
1595 split_header_words(rfc2965_hdrs), request)
1907 for data in split_header_words([line]):