Skip to content

[URI] Provide ability for query vars manipulation #119

Description

@lonnieezell

Currently, query vars are only represented as simple strings in both output and input. We need ways to manipulate the values that are used.

  • retrieve a whitelisted set of query values (getQuery('only', ['foo', 'bar']))
  • retrieve all query vars in the string except for a blacklist (getQuery('except', ['foo']))
  • stripQueryVars('foo', 'bar', 'baz')
  • `addQueryVar('foo', 'bar');

Enhancement Checklist:

  • Component(s) modified
  • Unit testing updated
  • User guide updated
  • Securely signed commits
  • Conforms to style guide

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions