Skip to content

libcURL.RequestHeaderEngine

Andrew Lambert edited this page Nov 26, 2022 · 9 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. Do not use this class to add, remove, or update HTTP cookies for a request; use the CookieEngine class instead.

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

Methods

See also

Clone this wiki locally