hotaru_http 0.8.3

HTTP/1.1 implementation for the Hotaru web framework
Documentation
1
2
3
4
5
6
7
8
9
pub mod traits;
pub mod error;
pub mod helpers;
pub mod protocol_impl;

pub use error::HttpError;
pub use traits::{DefaultHttpTransport, HTTP, Http1Protocol, Http1TcpProtocol};
#[cfg(feature = "tls")]
pub use traits::{HTTPS, Http1TlsProtocol};