http_status_codes: HTTP Response Status Codes

http_status_codesR 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",]


tryr documentation built on May 29, 2024, 5:52 a.m.

Related to http_status_codes in tryr...