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

Lines Matching defs:has_header

297     def has_header(self, header_name):
1117 if not request.has_header('Content-type'):
1121 if not request.has_header('Content-length'):
1130 if not request.has_header('Host'):
1134 if not request.has_header(name):