#include <Request.hxx>
Definition at line 44 of file Request.hxx.
◆ CurlRequest() [1/2]
To start sending the request, call Start().
◆ ~CurlRequest()
CurlRequest::~CurlRequest |
( |
| ) |
|
◆ CurlRequest() [2/2]
◆ Done()
void CurlRequest::Done |
( |
CURLcode |
result | ) |
|
◆ Get()
CURL* CurlRequest::Get |
( |
| ) |
|
|
inline |
◆ operator=()
◆ Resume()
void CurlRequest::Resume |
( |
| ) |
|
◆ SetOption()
template<typename T >
void CurlRequest::SetOption |
( |
CURLoption |
option, |
|
|
T |
value |
|
) |
| |
|
inline |
◆ Start()
void CurlRequest::Start |
( |
| ) |
|
Register this request via CurlGlobal::Add(), which starts the request.
This method must be called in the event loop thread.
◆ Stop()
void CurlRequest::Stop |
( |
| ) |
|
Unregister this request via CurlGlobal::Remove().
This method must be called in the event loop thread.
The documentation for this class was generated from the following file: