# File lib/cgikit.rb, line 4087
        def set_redirect( url )
                @status = 302
                @headers['Location'] = url
        end