*
*
*
*
*
*
      call time.ms(tm0)
      call http.sub('GET','http://cnn.com','','',res,r.hdr,r.data,err)
      call time.ms(tm1)
      print tm1 - tm0
*
      print 'res = ' : res
      print 'r.hdr = ' : r.hdr
      print 'len r.data = ' : len(r.data)
      print 'err = ' : err
   end
