powered by
Data frame with possible status codes and default messages based on RFC 9110. See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Status.
http_status_codes
An object of class data.frame with 62 rows and 3 columns.
data.frame
str(http_status_codes) http_status_codes[http_status_codes$category == "Successful",] http_status_codes["500",]
Run the code above in your browser using DataLab