Public Instance methods
reason()
[show source]
# File lib/httpx/adapters/faraday.rb 151 def reason 152 Net::HTTP::STATUS_CODES.fetch(@status) 153 end