devlibx_http/
lib.rs

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