Lines Matching defs:client
62 # | host: Either the DNS name or the IP number of the remote client
73 # | request: The first line of the HTTP request as sent by the client.
94 import http.client
213 client. If it exists, it is called with no arguments:
222 - client_address is the client IP address in the form (host,
263 # the client gets back when sending a malformed request line.
346 self.headers = http.client.parse_headers(self.rfile,
348 except http.client.LineTooLong as err:
354 except http.client.HTTPException as err:
380 If the client is expecting a 100 Continue response, we must
587 The client ip and current date/time are prefixed to
626 """Return the client address."""
637 MessageClass = http.client.HTTPMessage