in lib/nano.js [1038:1046]
function findAsStream (query) { return relax({ db: dbName, path: '_find', method: 'POST', body: query, stream: true }) }