Searched defs:HttpHandoverStackInfo (Results 1 – 1 of 1) sorted by relevance
18 struct HttpHandoverStackInfo { struct19 unsigned int taskId = 0;20 uint32_t readTimeout = 0;21 uint32_t connectTimeout = 0;22 std::string method = "init";23 std::string requestUrl = "init";24 bool isInStream = false;25 bool isSuccess = false;