This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rappers.json
98 lines (98 loc) · 1.67 KB
/
rappers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"image": "./images/100.png",
"title": "Continue"
},
{
"image": "./images/101.png",
"title": "Switching Protocols"
},
{
"image": "./images/200.png",
"title": "OK"
},
{
"image": "./images/201.png",
"title": "Created"
},
{
"image": "./images/202.png",
"title": "Accepted"
},
{
"image": "./images/203.png",
"title": "Non-Authoritative Information"
},
{
"image": "./images/204.png",
"title": "No Content"
},
{
"image": "./images/206.png",
"title": "Partial Content"
},
{
"image": "./images/300.png",
"title": "Multiple Choices"
},
{
"image": "./images/301.png",
"title": "Moved Permanently"
},
{
"image": "./images/302.png",
"title": "Found"
},
{
"image": "./images/303.png",
"title": "See Other"
},
{
"image": "./images/304.png",
"title": "Not Modified"
},
{
"image": "./images/400.png",
"title": "Bad Request"
},
{
"image": "./images/401.png",
"title": "Unauthorized"
},
{
"image": "./images/402.png",
"title": "Payment Required"
},
{
"image": "./images/404.png",
"title": "Not Found"
},
{
"image": "./images/406.png",
"title": "Not Acceptable"
},
{
"image": "./images/410.png",
"title": "Gone"
},
{
"image": "./images/413.png",
"title": "Request Entity Too Large"
},
{
"image": "./images/420.png",
"title": "Enhance Your Calm"
},
{
"image": "./images/500.png",
"title": "Internal Server Error"
},
{
"image": "./images/502.png",
"title": "Bad Gateway"
},
{
"image": "./images/504.png",
"title": "Gateway Timeout"
}
]