Method: AWS::Configuration#http_handler

Defined in:
lib/aws/configuration.rb

#http_handlerObject

Returns the current http handler.

Returns:

  • (Object)

    Returns the current http handler.



200
201
202
# File 'lib/aws/configuration.rb', line 200

def http_handler
  @options[:http_handler]
end