Lines Matching defs:default
261 # The default request version. This only affects responses up until
264 # Most web servers default to HTTP 0.9, i.e. don't send a status line.
382 waiting for the request body. The default is to always respond
560 default it passes the message on to log_message().
873 -- note however that this the default server uses this
887 The default implementation looks the file's extension
889 as a default; however it would be permissible (if
1026 The default implementation tests whether the normalized url
1282 '(default: all interfaces)')
1283 parser.add_argument('-d', '--directory', default=os.getcwd(),
1285 '(default: current directory)')
1287 default='HTTP/1.0',
1289 '(default: %(default)s)')
1290 parser.add_argument('port', default=8000, type=int, nargs='?',
1292 '(default: %(default)s)')