getHTTPResponseCodeText

Returns the text associated with an HTTP response code.

getHTTPResponseCodeText
(
const uint code
)

Parameters

code uint

HTTP response code.

Return Value

Type: auto

The text associated with the HTTP response code, or "(Unknown HTTP response)" if the code is not recognized.