Crate atomic_http

Crate atomic_http 

Source

Re-exports§

pub use helpers::traits::http_request::RequestUtils;
pub use helpers::traits::http_request::RequestUtilsArena;
pub use helpers::traits::http_response::ResponseUtil;
pub use helpers::traits::http_response::ResponseUtilArena;
pub use helpers::traits::http_stream::StreamHttp;
pub use helpers::traits::http_stream::StreamHttpArena;
pub use helpers::traits::http_stream::StreamHttpArenaWriter;
pub use helpers::traits::zero_copy::parse_json_file;
pub use helpers::traits::zero_copy::CacheConfig;
pub use helpers::traits::zero_copy::CacheStats;
pub use helpers::traits::zero_copy::CachedFileData;
pub use helpers::traits::zero_copy::FileLoadResult;
pub use helpers::traits::zero_copy::ZeroCopyCache;
pub use helpers::traits::zero_copy::ZeroCopyFile;
pub use connection_pool::ConnectionPool;
pub use connection_pool::ConnectionPoolConfig;
pub use connection_pool::ConnectionStats;

Modules§

connection_pool
external
helpers

Macros§

dev_print

Structs§

Accept
ArenaBody
ArenaWriter
Body
Options
Server
TestData
Writer

Type Aliases§

SendableError