Overview
-
module Async
-
module HTTP
-
module Faraday
-
class BodyReadWrapper
This is a simple wrapper around Faraday's body that allows it to be read in chunks.
-
class ParallelManager
-
class Adapter
An adapter that allows Faraday to use Async::HTTP as the underlying HTTP client.
-
class Clients
An interface for creating and managing HTTP clients.
-
class PersistentClients
An interface for creating and managing persistent HTTP clients.
-
class PerThreadPersistentClients
An interface for creating and managing per-thread persistent HTTP clients.
-
-
-