Questions tagged [requestify]

Requestify is an easy to use and extendable HTTP client for nodeJS, supporting cache.

Requestify is an easy to use and extendable HTTP client for nodeJS, supporting cache.

https://github.com/ranm8/requestify

16 questions
0
votes
1 answer

How to test an external HTTP resource using mocha and requestify

I am trying to do a simple test of an external HTTP resource using mocha. Here is my code: describe('bing.com', function() { it('should return 200 for a GET request', function() { var requestify = require('requestify'); …
skb
  • 30,624
  • 33
  • 94
  • 146
1
2