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

  /external/python/cpython2/Lib/
httplib.py 247 _is_legal_header_name = re.compile(r'\A[^:\s][^:\r\n]*\Z').match variable
    [all...]
  /external/python/cpython3/Lib/http/
client.py 141 _is_legal_header_name = re.compile(rb'[^:\s][^:\r\n]*').fullmatch variable
    [all...]

Completed in 56 milliseconds