Skip to content

libcURL.ResponseHeaderEngine

Andrew Lambert edited this page Jun 28, 2022 · 10 revisions

libcURL.ResponseHeaderEngine

Class Declaration

 Protected Class ResponseHeaderEngine

Remarks

This class presents an interface to libcURL's response headers API (the "response header engine"). Each instance of EasyHandle has its own proxy engine. Use this class to query the response headers from the most recent transfer.

Generally, you should not create your own instances of this class. Instead use the ResponseHeaderEngine reference belonging to the EasyHandle whose response headers you want to query.

Methods

See also

Clone this wiki locally