httpx/sig/plugins/persistent.rbs

15 lines
295 B
Plaintext

module HTTPX
module Plugins
module Persistent
def self.load_dependencies: (singleton(Session)) -> void
def self.extra_options: (Options) -> (Options)
module InstanceMethods
end
end
type sessionPersistent = Session & Persistent::InstanceMethods
end
end