pub mod request_parse_error;
pub mod request;
pub mod response;
pub mod ipv4_addr;
pub mod ipv6_addr;
pub mod udp_server;
pub mod parse_pool;
pub mod simple_proxy_protocol;
#[cfg(target_os = "linux")]
pub mod batch_recv;
#[cfg(target_os = "linux")]
pub mod io_uring_recv;
#[cfg(windows)]
pub mod rio_recv;