mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
module HTTPX
|
|
module Plugins
|
|
module Persistent
|
|
def self.load_dependencies: (singleton(Session)) -> void
|
|
|
|
def self.extra_options: (Options) -> (Options)
|
|
end
|
|
|
|
type sessionPersistent = sessionFollowRedirects
|
|
end
|
|
end
|