Home
last modified time | relevance | path

Searched defs:url (Results 1 – 7 of 7) 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/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs147 pub fn url(self, url: &str) -> Self { in url() method
504 let url = "https://www.example.com/data/测试文件.txt"; in ut_client_percent_encoder_encode() localVariable
/commonlibrary/ets_utils/
Dbundle.json25 "url": "" string
31 "url": "" string
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dpercent_encoding.rs241 url: String, field
287 pub(crate) fn url(self) -> String { in url() method
/commonlibrary/rust/ylong_json/tests/
Dsdv_adapter_test.rs83 let url = ylong_json_get_object_item(thumbnail, target); localVariable
Dsdv_adapt_serde_test.rs43 url: String, field
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs544 pub fn url<T>(mut self, uri: T) -> Self in url() method