Searched defs:Scheme (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 47 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 D | mod.rs | 130 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 D | pool.rs | 52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
|
H A D | proxy.rs | 177 pub(crate) fn scheme(&self) -> &Scheme { in scheme()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | table.rs | 410 Scheme, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | table.rs | 694 Scheme, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | encoder.rs | 164 Scheme, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | encoder.rs | 914 Scheme, enumerator
|