pyx 0.1.1

High-performance reverse proxy with h2o configuration compatibility
1
2
3
4
5
6
use std::pin::Pin;
use std::task::{Context, Poll};
use std::time::Duration;
use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};

// Can we use tokio::time::Sleep for idle timeout?