Switch from epee http client to boost::beast. All HTTP now non-blocking. (#150)

This commit is contained in:
Lee *!* Clagett
2024-12-04 17:25:07 -05:00
committed by Lee *!* Clagett
parent 66b7497a34
commit 29358f1323
22 changed files with 1095 additions and 257 deletions

View File

@@ -64,8 +64,7 @@ namespace lws
{
struct crypto_compare_
{
static const char host[];
static const char path[];
static const char url[];
expect<lws::rates> operator()(std::string&& body) const;
};