class Seahorse::Client::Plugins::ContentLength::Handler
def call(context)
def call(context) length = context.http_request.body.size context.http_request.headers['Content-Length'] = length @handler.call(context) end
def call(context) length = context.http_request.body.size context.http_request.headers['Content-Length'] = length @handler.call(context) end