Home | History | Annotate | Download | only in http

Lines Matching refs:keyword

165     where <command> is a (case-sensitive) keyword such as GET or POST,
502 def send_header(self, keyword, value):
508 ("%s: %s\r\n" % (keyword, value)).encode('latin-1', 'strict'))
510 if keyword.lower() == 'connection':