Lines Matching refs:split_header_words
326 def split_header_words(header_values):
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
1573 split_header_words(rfc2965_hdrs), request)