zwoop opened a new pull request, #11352:
URL: https://github.com/apache/trafficserver/pull/11352
The optional boolean flag argument reverses the list semantics (erase all
but the listed query parameters). E.g.
```
do_remap()
{
borrow url = Client::URL::get();
url.query.erase({"foo", "bar"}, true);
}
```
Which will remove all query parameters, except **foo** and **bar**.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]