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