Commit Briefs

Omar Polo

http: add a listen that takes an ip address

I'm still not convinced this is better than http::listen("localhost:9090", null) but propagating net::dial::dial errors from a listen function is weird.




Omar Polo

http: fmt


Omar Polo

http: move listen to its own file


Omar Polo

un-uglify the route re-entering



Omar Polo

http: fix reswriter_write() return value

we "wrote" only len(buf) bytes. Also, since res.dst is a dynstream no short writes can happen.


Omar Polo

http: correct/improve README


Omar Polo

adapt to http api



Omar Polo

rename client -> connection

use consistently `conn' as local variable name


Omar Polo

http: add illimitate buffering


Omar Polo

http: add a README file


Omar Polo

adapt to http api change