Skip to content

libcURL.RequestHeaderEngine

Andrew Lambert edited this page May 29, 2018 · 10 revisions

libcURL.RequestHeaderEngine

Class Declaration

 Protected Class RequestHeaderEngine

Remarks

This class presents an interface to libcURL's request header management features (the "request header engine"). Each instance of cURLClient has its own request header engine.

Use this class to add, remove, and update custom request headers.

Generally, you should not create your own instances of this class. Instead use the RequestHeaders reference belonging to the cURLClient whose proxy options you want to modify.

Methods

See also

Clone this wiki locally