# DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `faraday-em_synchrony` gem. # Please instead update this file by running `bin/tapioca sync`. # typed: true module Faraday class << self def default_adapter; end def default_adapter=(adapter); end def default_connection; end def default_connection=(_arg0); end def default_connection_options; end def default_connection_options=(options); end def ignore_env_proxy; end def ignore_env_proxy=(_arg0); end def lib_path; end def lib_path=(_arg0); end def new(url = T.unsafe(nil), options = T.unsafe(nil), &block); end def require_lib(*libs); end def require_libs(*libs); end def respond_to_missing?(symbol, include_private = T.unsafe(nil)); end def root_path; end def root_path=(_arg0); end private def method_missing(name, *args, &block); end end end class Faraday::Adapter extend ::Faraday::MiddlewareRegistry extend ::Faraday::DependencyLoader extend ::Faraday::Adapter::Parallelism extend ::Faraday::AutoloadHelper def initialize(_app = T.unsafe(nil), opts = T.unsafe(nil), &block); end def call(env); end def close; end def connection(env); end private def request_timeout(type, options); end def save_response(env, status, body, headers = T.unsafe(nil), reason_phrase = T.unsafe(nil)); end end Faraday::Adapter::CONTENT_LENGTH = T.let(T.unsafe(nil), String) class Faraday::Adapter::EMSynchrony < ::Faraday::Adapter include ::Faraday::Adapter::EMHttp::Options def call(env); end def create_request(env); end private def call_block(block); end def execute_parallel_request(env, request, http_method); end def execute_single_request(env, request, http_method); end class << self def setup_parallel_manager(_options = T.unsafe(nil)); end end end Faraday::Adapter::TIMEOUT_KEYS = T.let(T.unsafe(nil), Hash) module Faraday::EmSynchrony; end Faraday::EmSynchrony::VERSION = T.let(T.unsafe(nil), String) Faraday::FilePart = UploadIO Faraday::METHODS_WITH_BODY = T.let(T.unsafe(nil), Array) Faraday::METHODS_WITH_QUERY = T.let(T.unsafe(nil), Array) Faraday::Parts = Parts Faraday::Timer = Timeout Faraday::UploadIO = UploadIO Faraday::VERSION = T.let(T.unsafe(nil), String)