Skip to content

Instantly share code, notes, and snippets.

@ajitdev
ajitdev / http_response_codes.php
Created May 23, 2014 11:08
List of HTTP response code with description
<?php
$responses = array(
100 => 'Continue',
101 => 'Switching Protocols',
200 => 'OK',
201 => 'Created',
202 => 'Accepted',
203 => 'Non-Authoritative Information',
204 => 'No Content',