StatusPhrases.opIndex

Obtains the HTTP status phrase for status_code

struct StatusPhrases
static
string
opIndex

Parameters

status_code HttpResponseCode

HTTP status code

Return Value

Type: string

HTTP status phrase for status_code

Throws

behaves like indexing an associative array

Meta