Socket
Socket
Sign inDemoInstall

nanoagent

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nanoagent

A lightweight helper for http(s) requests.


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Install size
23.4 kB
Created
Weekly downloads
 

Readme

Source

nanoagent

A lightweight wrapper for http(s) requests. Redirects and compressed streams are handled transparently.

Installation

npm install nanoagent

Usage

var nanoagent = require('nanoagent');

nanoagent.queue('http://domain.com/path', function(result){

console.log(result.body);

});

// result:{url, red, err, statusCode, headers, body}

TODO

- options for individual requests
- cookie handling

Keywords

FAQs

Last updated on 09 Apr 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc