/ never-odd-or-even / back / node_modules / nodemailer-fetch /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/2 years ago -  
[DIR]test/2 years ago -  
[TXT]CHANGELOG.md9 years ago476  
[   ]Gruntfile.js9 years ago593  
[   ]LICENSE9 years ago935  
[TXT]README.md9 years ago2.5K 
[   ]package.json2 years ago1.6K 
README.md

nodemailer-fetch

Fetches HTTP URL contents for nodemailer.

Build Status NPM version

Usage

var fetch = require('nodemailer-fetch');
fetch('http://www.google.com/').pipe(process.stdout);

The method takes the destination URL as the first and optional options object as the second argument.

The defaults are the following:

options

Possible options are the following:

Cookies are domain specific like normal browser cookies, so if a redirect happens to another domain, then cookies are not passed to it, HTTPS-only cookies are not passed to HTTP etc.

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80