Module CGIKit::Adapter
In: lib/cgikit/adapter.rb
lib/cgikit/fastcgi.rb
lib/cgikit/webrick.rb

Classes under Adapter are interface between CGIKit and web servers.

The role of adapter is to provide the consistent interface to Application. The difference of the relationship between CGIKit and a web server is aboserbed by the obejct.

Classes and Modules

Class CGIKit::Adapter::CGI
Class CGIKit::Adapter::FastCGI
Class CGIKit::Adapter::ModRuby
Class CGIKit::Adapter::Template
Class CGIKit::Adapter::WEBrick

[Validate]