root = {} root[ 415 ] = "Unsupported Media Type" root[ 416 ] = "Requested range not satisfiable" root[ 417 ] = "Expectation Failed" root[ 422 ] = "Unprocessable Entity" root[ 423 ] = "Locked" root[ 424 ] = "Failed Dependency" root[ 300 ] = "Multiple Choices" root[ 301 ] = "Moved Permanently" root[ 302 ] = "Found" root[ 303 ] = "See Other" root[ 304 ] = "Not Modified" root[ 305 ] = "Use Proxy" root[ 307 ] = "Temporary Redirect" root[ 500 ] = "Internal Server Error" root[ 501 ] = "Not Implemented" root[ 502 ] = "Bad Gateway" root[ 503 ] = "Service Unavailable" root[ 504 ] = "Gateway Time-out" root[ 505 ] = "HTTP Version not supported" root[ 507 ] = "Insufficient Storage" root[ 207 ] = "Multi-Status" root[ 102 ] = "Processing" root[ 401 ] = "Unauthorized" root[ 403 ] = "Forbidden" root[ 405 ] = "Method Not Allowed" root[ 100 ] = "Continue" root[ 407 ] = "Proxy Authentication Required" root[ 200 ] = "OK" root[ 409 ] = "Conflict" root[ 101 ] = "Switching Protocols" root[ 400 ] = "Bad Request" root[ 202 ] = "Accepted" root[ 402 ] = "Payment Required" root[ 203 ] = "Non-Authoritative Information" root[ 404 ] = "Not Found" root[ 204 ] = "No Content" root[ 406 ] = "Not Acceptable" root[ 205 ] = "Reset Content" root[ 408 ] = "Request Time-out" root[ 206 ] = "Partial Content" root[ 410 ] = "Gone" root[ 411 ] = "Length Required" root[ 412 ] = "Precondition Failed" root[ 413 ] = "Request Entity Too Large" root[ 414 ] = "Request-URI Too Large" root[ 201 ] = "Created" return root