Sha256: c46429d601d7bc299268f04759c28a1bec6df29011783ed509ca7237aa8d9946

Contents?: true

Size: 442 Bytes

Versions: 7

Compression:

Stored size: 442 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
httpx-0.12.0 sig/plugins/persistent.rbs
httpx-0.11.3 sig/plugins/persistent.rbs
httpx-0.11.2 sig/plugins/persistent.rbs
httpx-0.11.1 sig/plugins/persistent.rbs
httpx-0.11.0 sig/plugins/persistent.rbs
httpx-0.10.2 sig/plugins/persistent.rbs
httpx-0.10.1 sig/plugins/persistent.rbs