Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/uri/
Djs_uri.h31 std::string scheme = ""; member
Djs_uri.cpp204 std::string scheme = data_.substr(0, pos); in AnalysisScheme() local
/commonlibrary/ets_utils/js_api_module/uri/src/
Djs_uri.ts29 scheme: string | null; property
306 get scheme(): string | null { method in URI
/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
1383 let scheme = Scheme::from_bytes(b"http").unwrap(); in ut_uri_scheme_default_port() localVariable
1385 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
Dredirect.rs77 let scheme = origin.scheme().cloned(); in redirect() localVariable
Dproxy.rs149 pub(crate) scheme: Scheme, field
177 pub(crate) fn scheme(&self) -> &Scheme { in scheme() method
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.h53 std::string scheme = ""; member
Djs_url.cpp166 bool IsSpecial(std::string scheme) in IsSpecial()
175 bool AnalysisScheme(std::string& input, std::string& scheme, in AnalysisScheme()
1141 std::string scheme = input.substr(0, pos); in InitOnlyInput() local
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dpseudo.rs26 scheme: Option<String>, field
117 pub fn scheme(&self) -> Option<&str> { in scheme() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dpseudo.rs26 scheme: Option<String>, field
116 pub fn scheme(&self) -> Option<&str> { in scheme() method