Ruby CGI::QueryExtension Functions

EditRocket provides the following information on CGI::QueryExtension functions in the Ruby source code builder.

has_key?(*args) - Returns true if a given parameter key exists in the query.

include?(*args) - "Alias for #has_key?"

key?(*args) - "Alias for #has_key?"

keys(*args) - Return all parameter keys as an array.

multipart?() -

params=(hash) - Set all the parameters.

raw_cookie() - Get the raw cookies as a string.

raw_cookie2() - Get the raw RFC2965 cookies as a string.