francoisgib_webserver 1.0.3

HTTP Webserver
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, PartialEq)]
pub enum HttpError {
    NotFound,
    MethodNotAllowed,
    HttpVersionNotSupported,
    InternalServerError,
    BadRequest,
    NotImplemented,
}