Trait ServerExt
Source pub trait ServerExt {
// Required method
fn base_path(&self) -> String;
}
Expand description
Extension methods for Server
Returns the base_path of the server ensuring the string does not end on /
Returns a string with the base path for the Server
It guarantees it does not end on /