status_code {nanonext} | R Documentation |
Translate HTTP Status Codes
Description
Provides an explanation for HTTP response status codes (in the range 100 to 599). If the status code is not defined as per RFC 9110, ‘Non-standard Response’ is returned, which may be a custom code used by the server.
Usage
status_code(x)
Arguments
x |
numeric HTTP status code to translate. |
Value
A character vector comprising the status code and explanation separated by ‘ | ’.
Examples
status_code(200)
status_code(404)
[Package nanonext version 1.1.1 Index]