Searched defs:Http1Conn (Results 1 – 3 of 3) sorted by relevance
125 impl<S: Read> Read for Http1Conn<S> { implementation131 impl<S: Read> StreamData for Http1Conn<S> { implementation
360 impl<S: AsyncRead + Unpin> AsyncRead for Http1Conn<S> { implementation397 impl<S: AsyncRead + Unpin> StreamData for Http1Conn<S> { implementation
198 pub(crate) struct Http1Conn<S> { struct199 pub(crate) speed_controller: SpeedController,200 pub(crate) sem: Option<WrappedSemPermit>,201 pub(crate) inner: Arc<Inner<S>>,204 impl<S> Http1Conn<S> { implementation235 impl<S> Drop for Http1Conn<S> { implementation