class Seahorse::Client::Plugins::Endpoint::Handler
Public Instance Methods
call(context)click to toggle source
# File lib/seahorse/client/plugins/endpoint.rb, line 32defcall(context)
context.http_request.endpoint = URI.parse(context.config.endpoint.to_s)
@handler.call(context)
end