tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-requests
1
fork
atom
A batteries included HTTP/1.1 client in OCaml
1
fork
atom
overview
issues
pulls
pipelines
dl
anil.recoil.org
2 months ago
dad2f1bc
8a56eb66
+238
1 changed file
expand all
collapse all
unified
split
tools
resources.json
+238
tools/resources.json
···
1
1
+
{
2
2
+
"JavaScript": [
3
3
+
{
4
4
+
"name": "Axios",
5
5
+
"repo": "axios/axios"
6
6
+
},
7
7
+
{
8
8
+
"name": "node-fetch",
9
9
+
"repo": "node-fetch/node-fetch"
10
10
+
},
11
11
+
{
12
12
+
"name": "Got",
13
13
+
"repo": "sindresorhus/got"
14
14
+
},
15
15
+
{
16
16
+
"name": "superagent",
17
17
+
"repo": "visionmedia/superagent"
18
18
+
},
19
19
+
{
20
20
+
"name": "Needle",
21
21
+
"repo": "tomas/needle"
22
22
+
}
23
23
+
],
24
24
+
"Python": [
25
25
+
{
26
26
+
"name": "Requests",
27
27
+
"repo": "psf/requests"
28
28
+
},
29
29
+
{
30
30
+
"name": "urllib3",
31
31
+
"repo": "urllib3/urllib3"
32
32
+
},
33
33
+
{
34
34
+
"name": "httplib2",
35
35
+
"repo": "httplib2/httplib2"
36
36
+
},
37
37
+
{
38
38
+
"name": "GRequests",
39
39
+
"repo": "spyoungtech/grequests"
40
40
+
},
41
41
+
{
42
42
+
"name": "Uplink",
43
43
+
"repo": "prkumar/uplink"
44
44
+
}
45
45
+
],
46
46
+
"Java": [
47
47
+
{
48
48
+
"name": "Eclipse Jetty",
49
49
+
"repo": "eclipse/jetty.project"
50
50
+
},
51
51
+
{
52
52
+
"name": "OkHttp",
53
53
+
"repo": "square/okhttp"
54
54
+
},
55
55
+
{
56
56
+
"name": "Heritrix",
57
57
+
"repo": "internetarchive/heritrix3"
58
58
+
},
59
59
+
{
60
60
+
"name": "Apache HttpClient",
61
61
+
"repo": "apache/httpcomponents-client"
62
62
+
},
63
63
+
{
64
64
+
"name": "Google HTTP Client Library",
65
65
+
"repo": "googleapis/google-http-java-client"
66
66
+
},
67
67
+
{
68
68
+
"name": "Http Request",
69
69
+
"repo": "kevinsawicki/http-request"
70
70
+
}
71
71
+
],
72
72
+
"Rust": [
73
73
+
{
74
74
+
"name": "reqwest",
75
75
+
"repo": "seanmonstar/reqwest"
76
76
+
},
77
77
+
{
78
78
+
"name": "hyper",
79
79
+
"repo": "hyperium/hyper"
80
80
+
},
81
81
+
{
82
82
+
"name": "Isahc",
83
83
+
"repo": "sagebind/isahc"
84
84
+
},
85
85
+
{
86
86
+
"name": "Surf",
87
87
+
"repo": "http-rs/surf"
88
88
+
},
89
89
+
{
90
90
+
"name": "curl-rust",
91
91
+
"repo": "alexcrichton/curl-rust"
92
92
+
}
93
93
+
],
94
94
+
"Swift": [
95
95
+
{
96
96
+
"name": "Alamofire",
97
97
+
"repo": "Alamofire/Alamofire"
98
98
+
},
99
99
+
{
100
100
+
"name": "SwiftHTTP",
101
101
+
"repo": "daltoniam/SwiftHTTP"
102
102
+
},
103
103
+
{
104
104
+
"name": "Net",
105
105
+
"repo": "nghialv/Net"
106
106
+
},
107
107
+
{
108
108
+
"name": "Moya",
109
109
+
"repo": "Moya/Moya"
110
110
+
},
111
111
+
{
112
112
+
"name": "Just",
113
113
+
"repo": "dduan/Just"
114
114
+
},
115
115
+
{
116
116
+
"name": "Kingfisher",
117
117
+
"repo": "onevcat/Kingfisher"
118
118
+
}
119
119
+
],
120
120
+
"Haskell": [
121
121
+
{
122
122
+
"name": "Req",
123
123
+
"repo": "mrkkrp/req"
124
124
+
},
125
125
+
{
126
126
+
"name": "http-client",
127
127
+
"repo": "snoyberg/http-client"
128
128
+
},
129
129
+
{
130
130
+
"name": "servant-client",
131
131
+
"repo": "haskell-servant/servant"
132
132
+
},
133
133
+
{
134
134
+
"name": "http-streams",
135
135
+
"repo": "aesiniath/http-streams"
136
136
+
}
137
137
+
],
138
138
+
"Go": [
139
139
+
{
140
140
+
"name": "Req",
141
141
+
"repo": "imroc/req"
142
142
+
},
143
143
+
{
144
144
+
"name": "Resty",
145
145
+
"repo": "go-resty/resty"
146
146
+
},
147
147
+
{
148
148
+
"name": "Sling",
149
149
+
"repo": "dghubble/sling"
150
150
+
},
151
151
+
{
152
152
+
"name": "requests",
153
153
+
"repo": "asmcos/requests"
154
154
+
}
155
155
+
],
156
156
+
"C++": [
157
157
+
{
158
158
+
"name": "Apache Serf",
159
159
+
"repo": "apache/serf"
160
160
+
},
161
161
+
{
162
162
+
"name": "Curl for People",
163
163
+
"repo": "libcpr/cpr"
164
164
+
},
165
165
+
{
166
166
+
"name": "cpp-netlib",
167
167
+
"repo": "cpp-netlib/cpp-netlib"
168
168
+
},
169
169
+
{
170
170
+
"name": "Webcc",
171
171
+
"repo": "sprinfall/webcc"
172
172
+
},
173
173
+
{
174
174
+
"name": "Proxygen",
175
175
+
"repo": "facebook/proxygen"
176
176
+
},
177
177
+
{
178
178
+
"name": "cpp-httplib",
179
179
+
"repo": "yhirose/cpp-httplib"
180
180
+
},
181
181
+
{
182
182
+
"name": "NFHTTP",
183
183
+
"repo": "spotify/NFHTTP"
184
184
+
},
185
185
+
{
186
186
+
"name": "EasyHttp",
187
187
+
"repo": "sony/easyhttpcpp"
188
188
+
}
189
189
+
],
190
190
+
"PHP": [
191
191
+
{
192
192
+
"name": "Guzzle",
193
193
+
"repo": "guzzle/guzzle"
194
194
+
},
195
195
+
{
196
196
+
"name": "HTTPlug",
197
197
+
"repo": "php-http/httplug"
198
198
+
},
199
199
+
{
200
200
+
"name": "HTTP Client",
201
201
+
"repo": "amphp/http-client"
202
202
+
},
203
203
+
{
204
204
+
"name": "SendGrid HTTP Client",
205
205
+
"repo": "sendgrid/php-http-client"
206
206
+
},
207
207
+
{
208
208
+
"name": "Buzz",
209
209
+
"repo": "kriswallsmith/Buzz"
210
210
+
}
211
211
+
],
212
212
+
"Bash/Shell": [
213
213
+
{
214
214
+
"name": "HTTPie",
215
215
+
"repo": "httpie/httpie"
216
216
+
},
217
217
+
{
218
218
+
"name": "curl",
219
219
+
"repo": "curl/curl"
220
220
+
},
221
221
+
{
222
222
+
"name": "aria2",
223
223
+
"repo": "aria2/aria2"
224
224
+
},
225
225
+
{
226
226
+
"name": "HTTP Prompt",
227
227
+
"repo": "httpie/http-prompt"
228
228
+
},
229
229
+
{
230
230
+
"name": "Resty",
231
231
+
"repo": "micha/resty"
232
232
+
},
233
233
+
{
234
234
+
"name": "Ain",
235
235
+
"repo": "jonaslu/ain"
236
236
+
}
237
237
+
]
238
238
+
}