Blue Coat Systems Time Clock Proxy SG Manuale Utente

Pagina di 314
ProxySG Content Policy Language Guide
84
http.x_method=
Tests HTTP request methods against any uncommon HTTP methods. A CPL parse warning is given if 
the method specified is a recognized method (in which case, 
http.method=
 is recommended).
Uncommon methods are tested using a string comparison, so some performance benefit exists with 
using 
http.method=
 when testing for common methods.
Syntax
http.x_method=method_name_list
where 
http.x_method=
 evaluates to NULL if the request is not an HTTP protocol request. 
Layer and Transaction Notes
Use  in 
<Proxy>
<Cache>
, and 
<Exception>
 layers.
Applies to HTTP transactions.
See Also
Conditions: 
ftp.method=
http.method=
im.method=
method=
socks.method=