mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -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
|