File: README.md

package info (click to toggle)
trafficserver 9.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 53,008 kB
  • sloc: cpp: 345,484; ansic: 31,134; python: 24,200; sh: 7,271; makefile: 3,045; perl: 2,261; java: 277; pascal: 119; sql: 94; xml: 2
file content (13 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Description
This plugin allows some common cache key manipulations based on various HTTP request elements.  It can

* sort query parameters to prevent query parameters reordering from being a cache miss
* ignore specific query parameters from the cache key by name or regular expression
* ignore all query parameters from the cache key
* only use specific query parameters in the cache key by name or regular expression
* include headers or cookies by name
* capture values from the `User-Agent` header.
* classify request using `User-Agent` and a list of regular expressions

# Documentation
Details and examples can be found in [cachekey plugin documentation](../../doc/admin-guide/plugins/cachekey.en.rst).