urlurl
v1.1.0
Published
Node's core url module with username+password properties
Downloads
6
Readme
urlurl
Node's core url module with username+password properties.
This code is not mine, I just want an easy way to use it while the PR is in flight. ben-page deserves all the credit -- see joyent/node#25353 and joyent/node#25359 .
Usage
npm install urlurl
var urlurl = require('urlurl');
Contributing
Please follow our Code of Conduct when contributing to this project.
$ git clone https://github.com/goodeggs/urlurl && cd urlurl
$ npm install
$ npm test
Module scaffold generated by generator-goodeggs-npm.