Home
last modified time | relevance | path

Searched defs:url (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp193 OHOS::Url::URL url("https://example.org:81/a/b/c?query#fragment"); variable
202 OHOS::Url::URL url("http://username:password@host:8080/directory/file?query#fragment"); variable
211 OHOS::Url::URL url("../baz", "http://example.org/foo/bar"); variable
220 OHOS::Url::URL url("/../sca/./path/path/../scasa/jjjjj", "http://www.example.com"); variable
229 OHOS::Url::URL url("http://username:password@host:8080/directory/file?query#fragment"); variable
239 OHOS::Url::URL url("//sca/./path/./scasa#", base); variable
249 OHOS::Url::URL url("/dire/query", base); variable
259 OHOS::Url::URL url("foo/bar//fragment", base); variable
269 OHOS::Url::URL url("/../sca/./path/./s#casa", base); variable
279 OHOS::Url::URL url("/../sca/./path/./sca?sa", base); variable
[all …]
/commonlibrary/ets_utils/
Dbundle.json25 "url": "" string
31 "url": "" string
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dadapter.rs95 pub fn url<T>(self, uri: T) -> Self in url() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs533 pub fn url<T>(mut self, uri: T) -> Self in url() method