R/status_codes.r

status_codes_df <- structure(list(status = c("100", "101", "102", "200", "201", "202",
"203", "204", "205", "206", "207", "208", "226", "300", "301",
"302", "303", "304", "305", "306", "307", "308", "400", "401",
"402", "403", "404", "405", "406", "407", "408", "409", "410",
"411", "412", "413", "414", "415", "416", "417", "418", "420",
"422", "423", "424", "424", "425", "426", "428", "429", "431",
"444", "449", "450", "451", "499", "500", "501", "502", "503",
"504", "505", "506", "507", "508", "509", "510", "511", "598",
"599"), description = c("Continue", "Switching Protocols", "Processing (WebDAV; RFC 2518)",
"OK", "Created", "Accepted", "Non-Authoritative Information",
"No Content", "Reset Content", "Partial Content", "Multi-Status (WebDAV; RFC 4918)",
"Already Reported (WebDAV; RFC 5842)", "IM Used (RFC 3229)",
"Multiple Choices", "Moved Permanently", "Found", "See Other",
"Not Modified", "Use Proxy", "Switch Proxy", "Temporary Redirect",
"Permanent Redirect (experimental Internet-Draft)", "Bad Request",
"Unauthorized", "Payment Required", "Forbidden", "Not Found",
"Method Not Allowed", "Not Acceptable", "Proxy Authentication Required",
"Request Timeout", "Conflict", "Gone", "Length Required", "Precondition Failed",
"Request Entity Too Large", "Request-URI Too Long", "Unsupported Media Type",
"Requested Range Not Satisfiable", "Expectation Failed", "I'm a teapot (RFC 2324)",
"Enhance Your Calm (Twitter)", "Unprocessable Entity (WebDAV; RFC 4918)",
"Locked (WebDAV; RFC 4918)", "Failed Dependency (WebDAV; RFC 4918)",
"Method Failure (WebDAV)", "Unordered Collection (Internet draft)",
"Upgrade Required (RFC 2817)", "Precondition Required (RFC 6585)",
"Too Many Requests (RFC 6585)", "Request Header Fields Too Large (RFC 6585)",
"No Response (Nginx)", "Retry With (Microsoft)", "Blocked by Windows Parental Controls (Microsoft)",
"Unavailable For Legal Reasons (Internet draft)", "Client Closed Request (Nginx)",
"Internal Server Error", "Not Implemented", "Bad Gateway", "Service Unavailable",
"Gateway Timeout", "HTTP Version Not Supported", "Variant Also Negotiates (RFC 2295)",
"Insufficient Storage (WebDAV; RFC 4918)", "Loop Detected (WebDAV; RFC 5842)",
"Bandwidth Limit Exceeded (Apache bw/limited extension)", "Not Extended (RFC 2774)",
"Network Authentication Required (RFC 6585)", "Network read timeout error (Unknown)",
"Network connect timeout error (Unknown)")), class = c("tbl_df",
"tbl", "data.frame"), row.names = c(NA, -70L), .Names = c("status",
"description"))
hrbrmstr/burrp documentation built on April 16, 2021, 3:15 a.m.