gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module Faraday
    • module Faraday::Adapter::Parallelism
    • module Faraday::DecodeMethods
    • module Faraday::EncodeMethods
    • module Faraday::FlatParamsEncoder
    • module Faraday::Logging
    • module Faraday::MiddlewareRegistry
    • module Faraday::NestedParamsEncoder
    • module Faraday::Utils
  • Classes

    • class Faraday::Adapter
    • class Faraday::Adapter::Test
    • class Faraday::Adapter::Test::Stubs
    • class Faraday::Adapter::Test::Stubs::NotFound
    • class Faraday::AdapterRegistry
    • class Faraday::BadRequestError
    • class Faraday::ClientError
    • class Faraday::ConflictError
    • class Faraday::Connection
    • class Faraday::ConnectionFailed
    • class Faraday::Error
    • class Faraday::ForbiddenError
    • class Faraday::InitializationError
    • class Faraday::Logging::Formatter
    • class Faraday::Middleware
    • class Faraday::NilStatusError
    • class Faraday::Options
    • class Faraday::ParsingError
    • class Faraday::ProxyAuthError
    • class Faraday::RackBuilder
    • class Faraday::RackBuilder::Handler
    • class Faraday::RackBuilder::StackLocked
    • class Faraday::Request
    • class Faraday::Request::Authorization
    • class Faraday::Request::Instrumentation
    • class Faraday::Request::Json
    • class Faraday::Request::UrlEncoded
    • class Faraday::RequestTimeoutError
    • class Faraday::ResourceNotFound
    • class Faraday::Response
    • class Faraday::Response::Json
    • class Faraday::Response::Logger
    • class Faraday::Response::RaiseError
    • class Faraday::SSLError
    • class Faraday::ServerError
    • class Faraday::TimeoutError
    • class Faraday::TooManyRequestsError
    • class Faraday::UnauthorizedError
    • class Faraday::UnprocessableEntityError
    • class Faraday::Utils::Headers
    • class Faraday::Utils::ParamsHash
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. faraday
  3. 2.13.0

faraday

HTTP/REST API client library.

Types
Docs
Guides
Zeitwerk
Namespace
Optimized

Version

2.13.0

Authors

@technoweenie, @iMacTia, and @olleolleolle

Dependencies

faraday-net_http, json, logger

Quick Start

bundle add faraday

Getting Started

Learn more about the Faraday gem.

Installation

Learn more about how to install and configure the gem

Documentation

Learn more about the details

Guides

Learn more about the gem in the written guides

Reference

Learn more about the classes and modules

Playground

Test, play and inspect the gem for yourself

irb(main):001:0>

            

Playground

Run a Ruby playground with the faraday gem pre-installed

Play

Top-Level Modules

  • Faraday

Top-Level Class Methods

  • :: create
  • :: from
  • :: from
  • :: member_set

Top-Level Instance Methods

  • # []
  • # []
  • # []=
  • # []=
  • # []=
  • # body
  • # body=
  • # body_match?
  • # clear_body
  • # current_body
  • # custom_members
  • # disable?
  • # headers=
  • # headers_match?
  • # in_member_set?
  • # in_member_set?
  • # inspect
  • # instrumenter
  • # marshal_dump
  • # marshal_load
  • # matches?
  • # name
  • # needs_body?
  • # new_builder
  • # parallel?
  • # params=
  • # params_match?
  • # parse_body?
  • # path_match?
  • # stream_response
  • # stream_response?
  • # stream_response?
  • # success?
  • # to_env
  • # to_s
  • # url
  • # verify?
  • # verify_hostname?
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem