tailhook / rotor-http

The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110 stars 11 forks source link

HTTP Client #48

Open diorahman opened 8 years ago

diorahman commented 8 years ago

Do you have working example on http client? Thanks!

KodrAus commented 8 years ago

There's a simple client sample in the repo.

I've also got a work in progress http client using rotor that uses crossbeam for sending requests and futures for responses but it's really rough.