1
2
3
pub fn http_version() -> String {
    String::from("0.0.1 - I am from devlibx-http project")
}