Module

ActionController::CgiExt::Stdinput

Inheritance

Publicize the CGI‘s internal input stream so we can lazy-read request.body. Make it writable so we don‘t have to play $stdin games.

Methods

Class

Visibility Signature
public included (base)

Instance

Visibility Signature
public initialize_with_stdinput (type = nil, stdinput = $stdin)

Class Method Detail

included(base)

Instance Method Detail

initialize_with_stdinput(type = nil, stdinput = $stdin)