tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Document http streaming #553

Closed benblack86 closed 7 years ago

benblack86 commented 7 years ago

Cause I don't know how to use it

DanSimon commented 7 years ago

Hey @benblack86 if you haven't already started, I'll write up some stuff about what currently exists. It is definitely kinda confusing since there are two separate API's (with one built on top of the other) and they are very confusingly named HttpStream and StreamingHttp. Will definitely be interested in hearing people's opinions in how we can make that all cleaner!

benblack86 commented 7 years ago

I haven't started, so I'll hand this to you :)

benblack86 commented 7 years ago

I just added you as a collaborator to colossus, which you need to accept before I can actually assign.

benblack86 commented 7 years ago

@DanSimon have you made any progress on this? Would be good to get it into 0.10.

DanSimon commented 7 years ago

Yes I've got a first draft of it mostly done. Will probably need more added but it's a good start. PR incoming soon.