Home | History | Annotate | Download | only in python2.7

Lines Matching refs:header_names

994         header_names = dict.fromkeys([k.lower() for k in headers])
996 if 'host' in header_names:
998 if 'accept-encoding' in header_names:
1003 if body is not None and 'content-length' not in header_names: