This commit is contained in:
aozhiwei 2022-12-18 13:33:49 +08:00
parent 6ca822b2c7
commit a075615d14

View File

@ -3,6 +3,9 @@
namespace f8
{
struct HttpContext;
typedef std::function<void(bool, a8::XObject*, f8::HttpContext*)> HttpProxyCb;
typedef void (*AsyncHttpOnOkFunc)(a8::XParams& param, a8::XObject& data);
typedef void (*AsyncHttpOnErrorFunc)(a8::XParams& param, const std::string& response);