Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 13 of 13) sorted by relevance

/commonlibrary/ets_utils/js_api_module/uri/src/
Djs_uri.ts29 scheme: string | null; property
310 get scheme(): string | null { method in URI
314 set scheme(input: string | null) { method in URI
/commonlibrary/ets_utils/js_api_module/uri/
Djs_uri.h32 std::string scheme = ""; member
Djs_uri.cpp203 std::string scheme = data_.substr(0, pos); in AnalysisScheme() local
Dnative_module_uri.cpp230 std::string scheme = ""; in SetScheme() local
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs80 scheme: Option<Scheme>, field
130 pub fn scheme(&self) -> Option<&Scheme> { in scheme() method
414 pub fn scheme<T>(mut self, scheme: T) -> Self in scheme() method
420 let scheme = scheme.try_into()?; in scheme() localVariable
1428 let scheme = Scheme::from_bytes(b"http").unwrap(); in ut_uri_scheme_default_port() localVariable
1430 let scheme = Scheme::from_bytes(b"https").unwrap(); in ut_uri_scheme_default_port() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dnormalizer.rs72 let mut scheme = Scheme::HTTPS; in format() localVariable
75 let mut scheme = Scheme::HTTP; in format() localVariable
Dproxy.rs149 pub(crate) scheme: Scheme, field
177 pub(crate) fn scheme(&self) -> &Scheme { in scheme() method
Dredirect.rs78 let scheme = origin.scheme().cloned(); in redirect() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/
Dpseudo.rs40 scheme: Option<String>, field
131 pub fn scheme(&self) -> Option<&str> { in scheme() method
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.h53 std::string scheme = ""; member
Djs_url.cpp167 bool IsSpecial(std::string scheme) in IsSpecial()
176 bool AnalysisScheme(std::string& input, std::string& scheme, in AnalysisScheme()
1142 std::string scheme = input.substr(0, pos); in InitOnlyInput() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dpool.rs350 let scheme = Scheme::HTTPS; in conn_alt_svc() localVariable
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp2229 std::string scheme = ""; variable