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