class Seahorse::Client::Plugins::Endpoint::Handler
def call(context)
def call(context) context.http_request.endpoint = URI.parse(context.config.endpoint.to_s) @handler.call(context) end
def call(context) context.http_request.endpoint = URI.parse(context.config.endpoint.to_s) @handler.call(context) end