Available on crate feature
client only.Expand description
CGI implementation for web servers.
Structs§
- CgiBuilder
- A builder for CGI-like requests
Traits§
- Child
- Runtime trait for CGI child process.
- Runtime
- Runtime trait for CGI “client”.
- Send
Child Sendruntime trait for CGI child process.- Send
Runtime Sendruntime trait for CGI “client”.
Functions§
- execute_
cgi - Executes a CGI program, returning the response and error streams.
- execute_
cgi_ send - Executes a CGI program, on a
Sendruntime, returning the response and error streams.