simbld-http 1.0.0

A comprehensive HTTP response library for Rust.
Documentation
1
2
3
4
// Common trait to convert an enum to u16
pub trait GetCode {
    fn get_code(&self) -> u16;
}