Skip to content

libcURL.ResponseHeaderEngine.GetHeaders

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

Method Signature

 Function GetHeaders(Name As String = "", Origin As libcURL.HeaderOriginType = libcURL.HeaderOriginType.Any, RequestIndex As Integer = - 1) As libcURL.ResponseHeader()

Parameters

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

Remarks

Retrieves the response headers that matches all of the parameters. If a parameter is unspecified then all headers match it.

Clone this wiki locally