# File lib/cgikit/utilities.rb, line 28 def query_string_from_get( headers ) headers['QUERY_STRING'] or "" end