Function fastcgi::run [] [src]

pub fn run<F>(handler: F) where F: FnMut(Request)

Runs as a FastCGI process with the given handler.

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