From a075615d14709f906e20d1ba3df67699e3106bd6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 18 Dec 2022 13:33:49 +0800 Subject: [PATCH] 1 --- f8/httpclientpool.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/f8/httpclientpool.h b/f8/httpclientpool.h index d990d5c..29dbc65 100644 --- a/f8/httpclientpool.h +++ b/f8/httpclientpool.h @@ -3,6 +3,9 @@ namespace f8 { + struct HttpContext; + typedef std::function HttpProxyCb; + typedef void (*AsyncHttpOnOkFunc)(a8::XParams& param, a8::XObject& data); typedef void (*AsyncHttpOnErrorFunc)(a8::XParams& param, const std::string& response);