class Restforce::Middleware::Mashify

def call(env)

def call(env)
  @env = env
  response = @app.call(env)
  env[:body] = Restforce::Mash.build(body, client)
  response
end