Sha256: 06a73e77bbd542d1f27067321f753d2cb9eea2b7b9e3096b6b6d7522800b1783

Contents?: true

Size: 394 Bytes

Versions: 14

Compression:

Stored size: 394 Bytes

Contents

module HTTPX
  module Plugins
    module Persistent
      def self.load_dependencies: (singleton(Session)) -> void
      
      interface _PersistentOptions
        def persistent: () -> bool?
        def persistent=: (bool) -> bool
      end
 
      def self.extra_options: (Options) -> (Options & _PersistentOptions)
    end
    
    type sessionPersistent = sessionFollowRedirects
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
httpx-0.15.4 sig/plugins/persistent.rbs
httpx-0.15.3 sig/plugins/persistent.rbs
httpx-0.15.2 sig/plugins/persistent.rbs
httpx-0.15.1 sig/plugins/persistent.rbs
httpx-0.15.0 sig/plugins/persistent.rbs
httpx-0.14.5 sig/plugins/persistent.rbs
httpx-0.14.4 sig/plugins/persistent.rbs
httpx-0.14.3 sig/plugins/persistent.rbs
httpx-0.14.2 sig/plugins/persistent.rbs
httpx-0.14.1 sig/plugins/persistent.rbs
httpx-0.14.0 sig/plugins/persistent.rbs
httpx-0.13.2 sig/plugins/persistent.rbs
httpx-0.13.1 sig/plugins/persistent.rbs
httpx-0.13.0 sig/plugins/persistent.rbs