Unit 'httpprotocol' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl]

THeaderDirection

Direction of HTTP header usage.

Declaration

Source position: httpprotocol.pp line 46

type THeaderDirection = (

  hdRequest,

  

Header used in HTTP requests.

  hdResponse

  

Header used in HTTP responses.

);

Description

Indicates whether a header is used in requests, responses, or both.

See also

THeaderDirections

  

Set of header direction values.

HTTPHeaderDirections

  

Array defining which direction each header type is used in.


Documentation generated on: Dec 15 2025