Module client

Module client 

Source
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”.
SendChild
Send runtime trait for CGI child process.
SendRuntime
Send runtime 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 Send runtime, returning the response and error streams.