Skip to content

libcURL.EasyHandle.HeaderReceived

Andrew Lambert edited this page Nov 26, 2022 · 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

Clone this wiki locally