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.