C# Class Bracket.Rack

Datei anzeigen Open project: PlasticLizard/Bracket

Public Methods

Method Description
HandleRequest ( RackRequest rackRequest, RackResponse response ) : void
Rack ( ) : System.Collections.Generic
Rack ( RubyEnvironment environment ) : System.Collections.Generic

Private Methods

Method Description
Rackup ( ) : object

Method Details

HandleRequest() public method

public HandleRequest ( RackRequest rackRequest, RackResponse response ) : void
rackRequest RackRequest
response RackResponse
return void

Rack() public method

public Rack ( ) : System.Collections.Generic
return System.Collections.Generic

Rack() public method

public Rack ( RubyEnvironment environment ) : System.Collections.Generic
environment RubyEnvironment
return System.Collections.Generic