zwoop commented on code in PR #11384: URL: https://github.com/apache/trafficserver/pull/11384#discussion_r1610415805
########## doc/admin-guide/plugins/header_rewrite.en.rst: ########## @@ -775,6 +775,14 @@ changing the remapped destination, ``<part>`` should be used to indicate the component that is being modified (see `URL Parts`_). Currently the only valid parts for rm-destination are QUERY, PATH, and PORT. +For the query parameter, this operator takes an optional second argument, +which is a list of query parameters to remove (or keep with ``[INV]`` modifier). + +:: + + rm-destination QUERY <comma separate list of query parameter> + + Review Comment: Patches welcome? :-P But yes, that's why I added the new condition here, [INV], for all operators. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org