Skip to content

libcURL.RequestHeaderEngine.GetHeader

Andrew Lambert edited this page Jun 18, 2021 · 3 revisions

Method Signature

 Function GetHeader(Name As String) As String

Parameters

Name Type Comment
Name String The name of the header whose value should be returned

Return value

The value of the named header, or the empty string if the header was not present.

See also

Clone this wiki locally