mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-29 00:01:06 -05: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
|