Skip to content

tHttpHeader - cHttpClient

Include: Use System\Http.pkg

tHttpHeader stores one HTTP header key/value pair.

Type: Struct

Members

Member Type Serialized name Description
sKey String Key Header name.
sValue String Value Header value.

Description

It is used by HttpHeaders for request headers and HttpResponseHeaders for response headers.