U:RDoc::NormalModule[iI"QueryExtension:EFI"CGI::QueryExtension;T0o:RDoc::Markup::Document: @parts[o;;[o:RDoc::Markup::Paragraph;[I".Mixin module that provides the following:;To:RDoc::Markup::BlankLineo:RDoc::Markup::List: @type: NUMBER: @items[ o:RDoc::Markup::ListItem: @label0;[o; ;[ I">Access to the CGI environment variables as methods. See ;TI"Hdocumentation to the CGI class for a list of these variables. The ;TI"Lmethods are exposed by removing the leading +HTTP_+ (if it exists) and ;TI"Ddowncasing the name. For example, +auth_type+ will return the ;TI"Jenvironment variable +AUTH_TYPE+, and +accept+ will return the value ;TI"for +HTTP_ACCEPT+.;T@o;;0;[o; ;[I"8Access to cookies, including the cookies attribute.;T@o;;0;[o; ;[I"KAccess to parameters, including the params attribute, and overloading ;TI"2#[] to perform parameter value lookup by key.;T@o;;0;[o; ;[I"=The initialize_query method, for initializing the above ;TI"