Home
last modified time | relevance | path

Searched refs:ParseHostAndPortFromUrl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h76 static bool ParseHostAndPortFromUrl(const std::string &url, std::string &host, uint16_t &port);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp974 bool HttpExec::ParseHostAndPortFromUrl(const std::string &url, std::string &host, uint16_t &port) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
1007 if (!ParseHostAndPortFromUrl(context->options.GetUrl(), host, port)) { in AddCurlHandle()