pub fn handle<F>(func: F)Expand description
Call a function as a CGI programme.
This should be called from a main function.
Parse & extract the CGI environmental variables, and HTTP request body,
to create Request, and convert your Response into the correct format and
print to stdout.