File: TODO

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 (29 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* Add a new base class for extracting values (extractor)
* Implement extractors for various values
* Make the statement base class virtual inherited
* In conditions / values, we can get the value by using the << or >> operator
* Mark which conditions and operators work in what hooks
* Better debugging on conditions.
* Add descriptions to conditions and operators.
* Support configurable timeouts
* Support "super-conditions", or nested conditions (if (A) if (b) else if (c) )


Conditions to add

%{REQUEST-HEADER:<hdr>}
%{RESPONSE-HEADER:<hdr>}

%{CLIENT-URL}
%{CLIENT-URL:HOST}
%{CLIENT-URL:PORT}
%{CLIENT-URL:PATH}
%{CLIENT-URL:QUERY}
%{CLIENT-URL:PARAMS}

%{SERVER-URL}
%{SERVER-URL:HOST}
%{SERVER-URL:PORT}
%{SERVER-URL:PATH}
%{SERVER-URL:QUERY}
%{SERVER-URL:PARAMS}