Closed KodrAus closed 8 years ago
It's not an example is missing, but the whole client implementation. It's cooking in client branch. Hopefully it will be ready soon. There is an example in rotor-stream, which does "very tiny subset" of HTTP, if you just want to look how client code works in rotor.
No problem, thanks :)
@KodrAus it's not fully implemented yet, but simple case works: https://github.com/tailhook/rotor-http/blob/master/examples/client.rs
@tailhook Ah awesome, thanks for that! I'll have a play with it. It looks like it should be pretty easy to build either a callback or promise-like API on top of this.
@KodrAus let me know, if something emerged. You can also make a pull request to the ecosystem page
Hi! Just wondering if there's any plans for a client sample for Rotor HTTP.