HomeSort by relevance Sort by last modified time
    Searched refs:_is_illegal_header_value (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/
httplib.py 248 _is_illegal_header_value = re.compile(r'\n(?![ \t])|\r(?![ \t\n])').search variable
    [all...]
  /external/python/cpython3/Lib/http/
client.py 142 _is_illegal_header_value = re.compile(rb'\n(?![ \t])|\r(?![ \t\n])').search variable
    [all...]

Completed in 713 milliseconds