Searched refs:_is_legal_header_name (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | client.py | 139 _is_legal_header_name = re.compile(rb'[^:\s][^:\r\n]*').fullmatch variable 1253 if not _is_legal_header_name(header): |
Completed in 2 milliseconds