Function fastcgi::run [] [src]

pub fn run<F>(handler: F) where
    F: Fn(Request) + Send + Sync + 'static, 

Runs as a FastCGI process with the given handler.

Available under Unix only. If you are using Windows, use run_tcp instead.