wwHTTP::AddHeader

Allows you to add HTTP headers to the HTTP request sent to the server. Headers can be of the standard HTTP header kind like Content-encoding or Cache, or custom headers specific to your application.

o.AddHeader(lcHeader,lcValue)

Parameters

lcHeader
The header type to add. For example, Content-encoding.

lcValue
The value to set the header to

See also

West Wind Web Connection