Module server

Module server 

Source
Available on crate feature server only.
Expand description

CGI implementation for web applications.

Functionsยง

handle_request
Handles a CGI request by converting it to an HTTP request, invoking the provided request function, and then converting the HTTP response back to a CGI response.