Skip to content

libcURL.EasyHandle.HeaderReceived

Andrew Lambert edited this page Sep 15, 2015 · 11 revisions

#libcURL.EasyHandle.HeaderReceived

##Event Signature

 Event Sub HeaderReceived(HeadersLine 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