Would be nice to have smth like: ```ts await fetch('https://exampe.com/some.tar.gz').pipe`tar` ``` See how `util.ts#promisifyStream()` works to apply this kind of hooks.