Expand description

This module implements a do_cgi function, to run CGI scripts with hyper

Functions

do_cgi is an async function that takes an hyper request and a CGI compatible command, and passes the request to be executed to the command. It then returns an hyper response and the stderr output of the command.