Class: RackCGI

Inherits:
TDiary::CGICompat show all
Defined in:
lib/tdiary/core_ext.rb

Overview

the @cgi facade for Rack-hosted requests. Kept as a toplevel constant because plugins switch behaviour with @cgi.is_a?(RackCGI).

Instance Attribute Summary

Attributes inherited from TDiary::CGICompat

#params, #request

Method Summary

Methods inherited from TDiary::CGICompat

#auth_type, #base_url, #cookies, #env_table, #gateway_interface, #https?, #initialize, #redirect_url, #referer, #remote_addr, #remote_user, #request_method, #request_uri, #script_name, #server_name, #server_port, #user_agent, #valid?

Methods included from TDiary::RequestExtension

#mobile_agent?, #smartphone?

Constructor Details

This class inherits a constructor from TDiary::CGICompat