Added HttpClient class.
This commit is contained in:
parent
35d868fb48
commit
241383068c
17 changed files with 421 additions and 153 deletions
|
@ -29,13 +29,13 @@
|
|||
namespace xmrig {
|
||||
|
||||
|
||||
template<typename T>
|
||||
template<typename REQ>
|
||||
class Baton
|
||||
{
|
||||
public:
|
||||
inline Baton() { req.data = this; }
|
||||
|
||||
T req;
|
||||
REQ req;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue