lib/curl/Request: add constructor with CurlEasy parameter
This commit is contained in:
committed by
Max Kellermann
parent
f8338d4f00
commit
47ca4246aa
@@ -67,9 +67,9 @@ class CurlRequest final {
|
||||
bool registered = false;
|
||||
|
||||
public:
|
||||
/**
|
||||
* To start sending the request, call Start().
|
||||
*/
|
||||
CurlRequest(CurlGlobal &_global, CurlEasy easy,
|
||||
CurlResponseHandler &_handler);
|
||||
|
||||
CurlRequest(CurlGlobal &_global,
|
||||
CurlResponseHandler &_handler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user