0.0.3 • Published 9 years ago

@nathanfaucett/url v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

url

url parsing and objects for the browser and node.js

var url = require("@nathanfaucett/url");


var fullUrl = url.parse(
    "http://some_domain.com/path/name?query=string", // url
    true, // parse query string
    false // slashes denote host
);