haxetink / tink_web

Tinkerbell Web Framework
https://haxetink.github.io/tink_web
43 stars 14 forks source link

Support RealSource #56 (sort of) #84

Open kevinresol opened 5 years ago

kevinresol commented 5 years ago

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.

back2dos commented 5 years ago

Looks adequate ;)