-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.HeaderReceived
Andrew Lambert edited this page Aug 9, 2016
·
11 revisions
#libcURL.EasyHandle.HeaderReceived
##Event Signature
Event Sub HeaderReceived(HeaderLine As String)##Remarks This event handles the CURLOPT_HEADERFUNCTION callback. It is raised in response to libcURL invoking EasyHandle.HeaderCallback. HeaderLine is the most recently processed header. Not all supported protocols use headers.
##See also
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.