1
This commit is contained in:
parent
7f272dc6b3
commit
74dfc2b9f9
@ -3,7 +3,11 @@
|
|||||||
namespace f8
|
namespace f8
|
||||||
{
|
{
|
||||||
|
|
||||||
struct HttpContext;
|
struct HttpContext
|
||||||
|
{
|
||||||
|
std::string response;
|
||||||
|
};
|
||||||
|
|
||||||
typedef std::function<void(bool, a8::XObject*, f8::HttpContext*)> HttpProxyCb;
|
typedef std::function<void(bool, a8::XObject*, f8::HttpContext*)> HttpProxyCb;
|
||||||
|
|
||||||
class HttpClientPoolImpl;
|
class HttpClientPoolImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user