adds support for the following options:
:sigv4_signer |
instance of |
Public Instance methods
option_sigv4_signer(value)
[show source]
# File lib/httpx/plugins/aws_sigv4.rb 157 def option_sigv4_signer(value) 158 value.is_a?(Signer) ? value : Signer.new(value) 159 end