Skip to content

Commit

Permalink
more pizza
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Hendrix committed Mar 14, 2015
1 parent e380867 commit 3ffeadd
Showing 1 changed file with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions resources/valid-codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,26 @@
"title": "202 Accepted",
"description": "Accepted"
},
"203": {
"image": "images/203.gif",
"title": "203 Non-Authoritative Information",
"description": "Non-Authoritative Information"
},
"204": {
"image": "images/204.gif",
"title": "204 No Content",
"description": "No Content"
},
"300": {
"image": "images/300.gif",
"title": "300 Multiple Choices",
"description": "Multiple Choices"
},
"301": {
"image": "images/301.gif",
"title": "301 Moved Permanently",
"description": "Moved Permanently"
},
"302": {
"image": "images/302.gif",
"title": "302 Found",
Expand Down Expand Up @@ -64,10 +79,35 @@
"title": "413 Request Entity Too Large",
"description": "Request Entity Too Large"
},
"417": {
"image": "images/417.gif",
"title": "417 Expectation Failed",
"description": "Expectation Failed"
"420": {
"image": "images/420.gif",
"title": "420 Enhance Your Calm",
"description": "Enhance Your Calm"
},
"405": {
"image": "images/405.gif",
"title": "405 Method Not Allowed",
"description": "Method Not Allowed"
},
"500": {
"image": "images/500.gif",
"title": "500 Internal Server Error",
"description": "Internal Server Error"
},
"501": {
"image": "images/501.gif",
"title": "501 Not Implemented",
"description": "Not Implemented"
},
"502": {
"image": "images/502.gif",
"title": "502 Bad Gateway",
"description": "Bad Gateway"
},
"508": {
"image": "images/508.gif",
"title": "508 Loop Detected",
"description": "Loop Detected"
},
"404": {
"image": "images/404.gif",
Expand Down

0 comments on commit 3ffeadd

Please sign in to comment.