-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ResponseHeaderEngine.GetHeader
Andrew Lambert edited this page Jul 26, 2022
·
7 revisions
libcURL.ResponseHeaderEngine.GetHeader
Function GetHeader(Name As String, Index As Integer = 0, Origin As libcURL.HeaderOriginType = libcURL.HeaderOriginType.Any, RequestIndex As Integer = -1) As libcURL.ResponseHeader| Name | Type | Comment |
|---|---|---|
| Name | String | The name of the header to get. |
| Index | Integer | Optional. There may be more than one header of the same name for a given transfer. This parameter specifies the index of the named header, 0 or higher. |
| Origin | HeaderOriginType | Optional. The origin type of the header to get. |
| RequestIndex | Integer | Optional. The request index of the header to get. |
An instance of the ResponseHeader class representing the matching header, or Nil if no headers match.
Retrieves the response header that matches all of the parameters. If a parameter is unspecified then all headers match it. If there is more than one header that matches all the parameters, then specify the Index parameter to indicate which of these you want.
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.