-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
qs: support hierarchical QUERY? #1767
Copy link
Copy link
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.querystringIssues and PRs related to the built-in querystring module.Issues and PRs related to the built-in querystring module.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.querystringIssues and PRs related to the built-in querystring module.Issues and PRs related to the built-in querystring module.
Even though the RFC3986 told us the QUERY should be non-hierarchical, but some libraries supported the following QUERY schema:
Such that how about supporting from the core module?