Skip to content

ovax3/node-restc-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestC - URL

Install

npm install restc-url

Usage

var client = restc(
  {
    url: 'http://localhost:1337/hello'
  },
  require('restc-url').parser
);

will be equivalent to

var client = restc({
  hostname: 'localhost',
  port: 1337,
  path: '/hello'
});

About

basic RestC url parsing plugin

Resources

Stars

Watchers

Forks

Packages

No packages published