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