Skip to content

demyanrogozhin/queryparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queryparser

Module for parsing http query string into parameters. Parser is RFC 3986 complatable Bit faster than node's querystring.parse (see benchmark.js)

Install

$ npm install queryparser

Usage

var parse = require( "queryparser" ).parse;
console.log( parse( "foo=1&baz=3" ) ); // => { foo: "1", baz: "3" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published