Searched refs:Https (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | mix.rs | 25 Https(AsyncSslStream<T>), enumerator 40 MixStream::Https(s) => Pin::new(s).poll_read(cx, buf), in poll_read() 57 MixStream::Https(s) => Pin::new(s).poll_write(ctx, buf), in poll_write() 64 MixStream::Https(s) => Pin::new(s).poll_flush(ctx), in poll_flush() 71 MixStream::Https(s) => Pin::new(s).poll_shutdown(ctx), in poll_shutdown()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | ssl_stream.rs | 24 Https(SslStream<T>), enumerator 34 MixStream::Https(s) => s.read(buf), in read() 45 MixStream::Https(s) => s.write(buf), in write() 52 MixStream::Https(s) => s.flush(), in flush()
|
H A D | connector.rs | 140 Ok(MixStream::Https(stream)) in connect()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | proxy.rs | 69 Ok(Proxy::new(Intercept::Https(ProxyInfo::new(uri)?))) in https() 86 Intercept::Https(info) => info.basic_auth = Some(auth), in basic_auth() 124 Intercept::Https(_) => !no_proxy && *uri.scheme().unwrap() == Scheme::HTTPS, in is_intercepted() 133 Https(ProxyInfo), enumerator 141 Self::Https(info) => info, in proxy_info()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | mod.rs | 548 proto: Protocol::Https, 566 Ok(Protocol::Https.into()) in from_bytes() 585 Protocol::Https => "https", in as_str() 940 Https, enumerator 1006 Ok((Some(Protocol::Https.into()), &bytes[HTTPS_SCHEME_LENGTH..])) in scheme_token()
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | streaming-media-playback-development-guide.md | 299 // 以下demo为通过setMediaSource设置自定义头域及媒体播放优选参数实现初始播放参数设置,以流媒体Https点播为例
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 335 Ok(HttpStream::new(MixStream::Https(stream), detail)) in https_connect()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media.md | 7552 | url | string | 是 | - 流媒体预下载媒体来源url,支持的流媒体格式:HLS、HTTP-FLV、Dash、Https。<br> - 本地m3u8的fd路径。 |
|