mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
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.
4 lines
67 B
Python
4 lines
67 B
Python
from test_support import *
|
|
|
|
build_and_run('cache_control_header');
|