Class: FaradayMiddleware::ParseMarshal

Inherits:
ResponseMiddleware show all
Defined in:
lib/faraday_middleware/response/parse_marshal.rb

Overview

Public: Restore marshalled Ruby objects in response bodies.

Constant Summary

Constants inherited from ResponseMiddleware

ResponseMiddleware::CONTENT_TYPE

Method Summary

Methods inherited from ResponseMiddleware

#call, define_parser, inherited, #initialize, #parse, #parse_response?, #preserve_raw?, #process_response, #process_response_type?, #response_type

Constructor Details

This class inherits a constructor from FaradayMiddleware::ResponseMiddleware