0.1.9 • Published 6 years ago

uri-query v0.1.9

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

URI Query

Parse and manipulate URI queries according to pre-defined or custom strategies

Travis Codacy Coverage Codacy Quality Code Climate Maintainability Known Vulnerabilities David Dependencies David Development Dependencies

The URI specification RFC3986 defines very few rules on how URI queries are to be parsed. It merely states that URI queries are "non-hierarchical data" (in contrast to URI paths) and that "key=value" pairs are "often used". This module supports using pre-defined or defining your own URI query parsing strategies that support your framework of choice, personal preferences, legacy requirements, etc.

Installation

npm add uri-query

This module makes use of ES2015 features, but does not polyfill them. You will need to implement your own if the environment you are deploying to does not support:

Strategies

default

The default strategy supports:

Specification Compliance

From RFC3986: 3.4. Query

From RFC3986: Appendix A. Collected ABNF for URI

From RFC2234: 6.1 Core Rules

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago