tink_web
tink_web copied to clipboard
Support RealSource #56 (sort of)
One problem is that ResponseReader forces me to return a Promise, so the return value of proxy.streaming() is Promise<RealSource>. Ideally it should be just RealSource I think.
Looks adequate ;)