This commit is contained in:
aozhiwei 2022-12-19 10:29:47 +08:00
parent 7f272dc6b3
commit 74dfc2b9f9

View File

@ -3,7 +3,11 @@
namespace f8
{
struct HttpContext;
struct HttpContext
{
std::string response;
};
typedef std::function<void(bool, a8::XObject*, f8::HttpContext*)> HttpProxyCb;
class HttpClientPoolImpl;