text: function ( ) {
   res.set('Content-Type', 'text/plain');
   // sgvdata knows how to format sgv entries as text
   es.pipeline(output, sgvdata.format( ), es.writeArray(function (err, out) {
     res.send(out.join(''));
   }));
 },
Exemple #2
0
 text: function ( ) {
   // sgvdata knows how to format sgv entries as text
   es.pipeline(output, sgvdata.format( ), res);
 },
 text: function ( ) {
   es.pipeline(output, sgvdata.format( ), res);
 },