-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ResponseHeaderEngine.GetHeaders
Andrew Lambert edited this page Jun 28, 2022
·
8 revisions
libcURL.ResponseHeaderEngine.GetHeaders
Function GetHeaders(Name As String = "", Origin As libcURL.HeaderOriginType = libcURL.HeaderOriginType.Any, RequestIndex As Integer = - 1) As libcURL.ResponseHeader()| 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. |
Retrieves the response headers that matches all of the parameters. If a parameter is unspecified then all headers match it.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.