Overview
-
module Async-
module HTTP-
module Faraday-
class BodyReadWrapperThis is a simple wrapper around Faraday's body that allows it to be read in chunks.
-
class ParallelManagerImplement the Faraday parallel manager interface, using Async.
-
class AdapterAn adapter that allows Faraday to use Async::HTTP as the underlying HTTP client.
-
class ClientsAn interface for creating and managing HTTP clients.
-
class PersistentClientsAn interface for creating and managing persistent HTTP clients.
-
class PerThreadPersistentClientsAn interface for creating and managing per-thread persistent HTTP clients.
-
-
-