Module HTTP::Status
In: lib/facets/more/http.rb

Methods

redirect?  

Constants

OK = 200
MOVED_PERMANENTLY = 301
FOUND = 302
SEE_OTHER = 303
TEMPORARY_REDIRECT = MOVED_TEMPORARILY = 307
BAD_REQUEST = 400
INTERNAL = 500

Public Class methods

[Validate]