Exception: Rackful::HTTP303SeeOther

Inherits:
HTTPStatus
  • Object
show all
Defined in:
lib/rackful/httpstatus.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (HTTP303SeeOther) initialize(location)

Returns a new instance of HTTP303SeeOther



166
167
168
169
# File 'lib/rackful/httpstatus.rb', line 166

def initialize location
  location = URI(location)
  super( 303, '', :See:' => location, 'Location' => location )
end

Instance Attribute Details

- (void) headers (readonly) Originally defined in class HTTPStatus

Returns the value of attribute headers

- (void) status (readonly) Originally defined in class HTTPStatus

Returns the value of attribute status

- (void) to_rackful (readonly) Originally defined in class HTTPStatus

Returns the value of attribute to_rackful