class Puma::App::Status
def rack_response(status, body, content_type='application/json')
def rack_response(status, body, content_type='application/json') [status, { 'Content-Type' => content_type, 'Content-Length' => body.bytesize.to_s }, [body]] end