Skip to content

libcURL.ResponseHeaderEngine.HasHeader

Andrew Lambert edited this page Jun 28, 2022 · 7 revisions

Method Signature

 Function HasHeader(Name As String, Origin As libcURL.HeaderOriginType = libcURL.HeaderOriginType.Any, RequestIndex As Integer = -1) As Boolean

Parameters

Name Type Comment
Name String The name of the headers to look for.
Origin HeaderOriginType Optional. The origin type of the headers to look for.
RequestIndex Integer Optional. The request index of the headers to look for.

Remarks

Returns True if at least one header exists which matches all of the parameters. If a parameter is unspecified then all headers match it.

Clone this wiki locally