0.0.5 • Published 7 years ago

curly-wurly v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago