Files
Pascal Obry 1a9de27ce8 Add structured support for Cache_Control header.
The cache control header value was represented as a string. Contructing
and parsing this header was user's job. This patch set adds a structured
record (Cache_Data) for handling request and response cache control data.

Parsing an incoming cache control string is now supported by the routine
Status.Cache_Control.
--
For J727-032.
2010-08-05 16:59:15 +00:00

4 lines
67 B
Python

from test_support import *
build_and_run('cache_control_header');