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

Lines Matching defs:For

4 SimpleHTTPServer for simple implementations of GET, HEAD and POST
33 # Request for Comments: 2616 et al
49 # | rfc931: Any information returned by identd for this person,
51 # | authuser: If user sent a userid for authentication, the user name,
75 import socket # For gethostbyaddr()
138 <path> is a string containing path information for the request,
144 for compatibility with the widest range of clients recommends
149 Similarly, for output, lines ought to be separated by CRLF pairs
198 - rfile is a file object open for reading positioned at the
201 - wfile is a file object open for writing.
203 IT IS IMPORTANT TO ADHERE TO THE PROTOCOL FOR WRITING!
239 Return True for success, False for failure; on failure, an
290 # Examine the headers and look for a Connection directive
305 __doc__ string for information on how to handle specific HTTP
430 Arguments are the same as for log_message().
444 The first argument, FORMAT, is a format string for the
465 """Return the current date and time formatted for a message header."""
476 """Return the current time formatted for logging."""
490 """Return the client address formatted for logging.
523 205: ('Reset Content', 'Clear input form for further input.'),
549 'Specified method is invalid for this resource.'),