1
This commit is contained in:
parent
6ca822b2c7
commit
a075615d14
@ -3,6 +3,9 @@
|
|||||||
namespace f8
|
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 (*AsyncHttpOnOkFunc)(a8::XParams& param, a8::XObject& data);
|
||||||
typedef void (*AsyncHttpOnErrorFunc)(a8::XParams& param, const std::string& response);
|
typedef void (*AsyncHttpOnErrorFunc)(a8::XParams& param, const std::string& response);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user