0.0.5 • Published 6 years ago

curly-wurly v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

curly wurly

An http client using curl under the hood

const response = await curl(request('GET', 'http://httpbin.org/get'), '185.74.39.146:41258'/*proxy*/);

const body = JSON.parse(await Buffered.text(response.body))

console.log(body);

/*{
  "args": {},
  "headers": {
    "Accept": "*/*",
    "Host": "httpbin.org",
    "User-Agent": "curl/7.54.0",
  },
  "url": "https://httpbin.org/get"
}*/
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago