Class: Linzer::Message::Adapter::Faraday::Request

Inherits:
Generic::Request show all
Defined in:
lib/linzer/message/adapter/faraday/request.rb

Overview

Note:

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

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

Extends the generic request adapter with faraday-specific derived component retrieval, field lookup, and URI handling.

Method Summary

Methods inherited from Generic::Request

#attach!, #header, #initialize

Methods inherited from Abstract

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

Constructor Details

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