-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ResponseHeaderEngine
Andrew Lambert edited this page Jun 28, 2022
·
10 revisions
libcURL.ResponseHeaderEngine
Protected Class ResponseHeaderEngineThis 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.
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.