Home
last modified time | relevance | path

Searched defs:Scheme (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h47 struct Scheme { struct
48 std::string name;
49 bool isSupportCORS;
50 bool isSupportFetch;
51 bool isStandard;
52 bool isLocal;
53 bool isDisplayIsolated;
54 bool isSecure;
55 bool isCspBypassing;
56 bool isCodeCacheSupported;
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs130 pub fn scheme(&self) -> Option<&Scheme> { in scheme()
295 Option<Scheme>, in into_parts()
313 scheme: Option<Scheme>, in from_raw_parts()
536 pub struct Scheme { struct
540 impl Scheme { impl
562 pub fn from_bytes(bytes: &[u8]) -> Result<Scheme, InvalidUri> { in from_bytes()
607 impl From<Protocol> for Scheme { implementation
613 impl<'a> TryFrom<&'a [u8]> for Scheme { implementation
621 impl<'a> TryFrom<&'a str> for Scheme { implementation
986 fn scheme_token(bytes: &[u8]) -> Result<(Option<Scheme>, &[u8]), InvalidUri> { in scheme_token()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
H A Dproxy.rs177 pub(crate) fn scheme(&self) -> &Scheme { in scheme()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs410 Scheme, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs694 Scheme, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs164 Scheme, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs914 Scheme, enumerator