-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.HeaderReceived
Andrew Lambert edited this page Nov 26, 2022
·
11 revisions
libcURL.EasyHandle.HeaderReceived
Event Sub HeaderReceived(HeaderLine As String)
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.