Class: Linzer::Message::Adapter::Faraday::Response

Inherits:
Generic::Response show all
Defined in:
lib/linzer/message/adapter/faraday/response.rb

Overview

Note:

Not loaded automatically to avoid making faraday a hard dependency. Require “linzer/faraday” to register this adapter.

Adapter for Faraday::Response objects from the faraday gem.

Extends the generic response adapter with faraday-specific derived component retrieval (e.g. @status) and header attachment.

Method Summary

Methods inherited from Generic::Response

#header, #initialize

Methods inherited from Abstract

#[], #attach!, #attached_request?, #field?, #has_signature?, #header, #initialize, #request?, #response?

Constructor Details

This class inherits a constructor from Linzer::Message::Adapter::Generic::Response