http_status_codes {tryr}R Documentation

HTTP Response Status Codes

Description

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.

Usage

http_status_codes

Format

An object of class data.frame with 62 rows and 3 columns.

Examples

str(http_status_codes)

http_status_codes[http_status_codes$category == "Successful",]

http_status_codes["500",]


[Package tryr version 0.1.1 Index]