Searched defs:AsyncGetCallbackInfo (Results 1 – 1 of 1) sorted by relevance
72 struct AsyncGetCallbackInfo { struct73 napi_env env = nullptr;76 bool recursive = false;77 std::string url = "";78 std::string originUri = "";79 int result = DEFAULT_RESULT;80 int errorType = -1;81 int32_t length = 0;82 int64_t lastMT = 0;83 std::string type = "";[all …]