StatusPhrases.opIndex

Obtains the HTTP status phrase for status_code

struct StatusPhrases
static
opIndex

Parameters

status_code HttpResponseCode

HTTP status code

Return Value

Type: istring

HTTP status phrase for status_code

Throws

behaves like indexing an associative array

Meta