Class CGIKit::RequestHandler
In: lib/cgikit/handler.rb
Parent: Object

Methods

Attributes

application  [R] 

Public Class methods

Public Instance methods

Returns a context ID parsed from the request. If you customize URL format including session ID, override the method by subclasses.

Abstract method. Returns a response object.

Returns a session ID parsed from the request. If you customize URL format including session ID, override the method by subclasses.

[Validate]