1
This commit is contained in:
parent
4933bf3dde
commit
cea561b5ae
@ -11,6 +11,7 @@ namespace f8
|
||||
|
||||
JsonHttpRequest::JsonHttpRequest()
|
||||
{
|
||||
params = std::make_shared<a8::XObject>();
|
||||
resp_xobj = a8::MutableXObject::CreateObject();
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
namespace a8
|
||||
{
|
||||
class XObject;
|
||||
class MutableXObject;
|
||||
}
|
||||
|
||||
@ -16,7 +17,7 @@ namespace f8
|
||||
time_t create_time = 0;
|
||||
time_t handle_time = 0;
|
||||
std::string query_str;
|
||||
a8::XObject request;
|
||||
std::shared_ptr<a8::XObject> params;
|
||||
std::shared_ptr<a8::MutableXObject> resp_xobj;
|
||||
|
||||
int async_pending_count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user