zwoop opened a new pull request, #11320:
URL: https://github.com/apache/trafficserver/pull/11320
An example use case is to conditionally enable / run the rate_limit.so
plugin for some requests:
```
cond %{REMAP_PSEUDO_HOOK} [AND]
cond %{CLIENT-HEADER:X-Leif} ="yes"
run-plugin rate_limit.so "--limit=300 --error=429"
```
--
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]