class Seahorse::Client::Plugins::ContentLength::Handler

@api private

def call(context)

def call(context)
  length = context.http_request.body.size
  context.http_request.headers['Content-Length'] = length
  @handler.call(context)
end