class HttpUtil (View source)

HTTP related Utilities.

Methods

static 
getResponseTextForCode(int $code)

Return the text representation of a HTTP response code.

Details

static getResponseTextForCode(int $code)

Return the text representation of a HTTP response code.

Parameters

int $code The HTTP status code.