Skip to content

Instantly share code, notes, and snippets.

View upadrian's full-sized avatar

Adrián Suárez upadrian

View GitHub Profile
@upadrian
upadrian / HttpResponse.php
Last active January 3, 2023 22:52 — forked from aryelgois/HttpResponse.php
PHP Class for HTTP Response Status Codes
<?php
/**
* This Software is provided "as is" under the terms of the MIT license.
* @link https://opensource.org/licenses/MIT
*/
/**
* Provides named constants for HTTP protocol status codes and their messages
*
* - Originally written for the Recess Framework http://www.recessframework.com