Skip to content

url parsing and objects for the browser and node.js

License

Notifications You must be signed in to change notification settings

nathanfaucett/js-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
);

About

url parsing and objects for the browser and node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published