class RSolr::Error::Http
Constants
- STATUS_CODES
ripped right from ActionPack Defines the standard HTTP status codes, by integer, with their corresponding default message texts. Source: www.iana.org/assignments/http-status-codes
Public Class Methods
new(request, response)
click to toggle source
# File lib/rsolr/error.rb, line 112 def initialize request, response @request, @response = request, response end