Struct Serve
conduit_git_http_backend
pub struct Serve(pub PathBuf);
impl Handler for Serve
fn call(&self, req: &mut Request) -> Result<Response, Box<Error + Send>>