Direction of HTTP header usage.
Source position: httpprotocol.pp line 46
type THeaderDirection = ( |
||
hdRequest, |
|
Header used in HTTP requests. |
hdResponse |
|
Header used in HTTP responses. |
); |
Indicates whether a header is used in requests, responses, or both.
|
Set of header direction values. |
|
|
Array defining which direction each header type is used in. |