Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dstream.rs25 pub struct HttpStream<T> { struct
32 impl<T> AsyncRead for HttpStream<T> argument
46 impl<T> AsyncWrite for HttpStream<T> implementation
68 impl<T> ConnInfo for HttpStream<T> { implementation
83 impl<T> HttpStream<T> { implementation