Parent

Namespace

Methods

Unicorn::App::ExecCgi

This class is highly experimental (even more so than the rest of Unicorn) and has never run anything other than cgit.

Constants

CHUNK_SIZE
PASS_VARS

Public Class Methods

Intializes the app, example of usage in a config.ru

map "/cgit" do
  run Unicorn::App::ExecCgi.new("/path/to/cgit.cgi")
end

Public Instance Methods

Calls the app

Originally generated with the Darkfish Rdoc Generator 2, modified by wrongdoc.