# File lib/cgikit.rb, line 4093
        def redirect?
                if ( @status == 302 ) or ( @status == 307 ) then
                        true
                else
                        false
                end
        end