mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
17 lines
287 B
JSON
17 lines
287 B
JSON
|
{
|
||
|
"1": {
|
||
|
"title": "1×× Informational"
|
||
|
},
|
||
|
"2": {
|
||
|
"title": "2×× Success"
|
||
|
},
|
||
|
"3": {
|
||
|
"title": "3×× Redirection"
|
||
|
},
|
||
|
"4": {
|
||
|
"title": "4×× Client Error"
|
||
|
},
|
||
|
"5": {
|
||
|
"title": "5×× Server Error"
|
||
|
}
|
||
|
}
|