Trait outer_cgi::IO

source ·
pub trait IO: BufRead + Write { }
Expand description

Wraps the stdin and stdout streams of a standard CGI invocation.

See the Common Gateway Interface specification for more information.

Implementors§