Closed tcr closed 11 years ago
api('path').post('content', callback)
api('path').post('content').on('response', ...)
api('path').post('mimetype', 'content', callback)
api('path').post('mimetype', 'content').on('response', ...)
stream.pipe(api('path').post('mimetype', callback))
stream.pipe(api('path').post('mimetype')).on('response', ...)
Probably involves seeing if .emit('pipe') invoked before next event loop.