mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-08 00:02:42 -04:00
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
module HTTPX
|
|
module Plugins
|
|
module AwsSdkAuthentication
|
|
class Credentials
|
|
include _SigV4Credentials
|
|
end
|
|
|
|
def self.load_dependencies: (singleton(Session)) -> void
|
|
|
|
def self.extra_options: (Options) -> (Options)
|
|
|
|
module InstanceMethods
|
|
def aws_sdk_authentication: (**untyped) -> instance
|
|
end
|
|
end
|
|
end
|
|
end |