Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dstream.rs32 pub struct HttpStream<T> { struct
37 impl<T> AsyncRead for HttpStream<T> implementation
51 impl<T> AsyncWrite for HttpStream<T> implementation
73 impl<T> ConnInfo for HttpStream<T> { implementation
83 impl<T> HttpStream<T> { impl