Module: SWS::Adaptor
- Defined in:
- lib/sws/adaptor.rb
Overview
Adaptor is a part of application that listens for requests. Currently there are 3 available adaptors - Standalone, FastCGI and CGI (the last one is experimental). You can write your own adaptor - it should just inherit from Generic adaptor and implement run and each_request methods.
Defined Under Namespace
Classes: CGI, FastCGI, Generic, Standalone