gproxy-protocol 2.9.10

GPROXY protocol types and endpoint metadata
Documentation
mod chat;
mod chat_stream;
mod chat_tail;
mod response_items;
mod response_tools;
mod responses;
mod responses_tail;
mod responses_websocket;
mod stream;

#[cfg(test)]
mod astra_tests;

pub use chat::*;
pub use chat_stream::*;
pub use chat_tail::*;
pub use response_items::*;
pub use response_tools::*;
pub use responses::*;
pub use responses_tail::*;
pub use responses_websocket::*;
pub use stream::*;