conduit_static
pub struct Static { // some fields omitted }
impl Static
fn new<P: AsRef<Path>>(path: P) -> Static
impl Handler for Static
fn call(&self, request: &mut Request) -> Result<Response, Box<Error + Send>>