class Seahorse::Client::Plugins::Endpoint::Handler

def call(context)

def call(context)
  context.http_request.endpoint = build_endpoint(context)
  @handler.call(context)
end