# File lib/cgikit/response.rb, line 139
def
redirect?
(
@status
==
302
)
or
(
@status
==
307
)
end