Re: [akka-user] Re: Basic HTTP client with Akka HTTP

2014-11-21 Thread RĂ¼diger Klaehn
Something like a akka-http based curl equivalent would be a great asset for testing, and also a good example. However, I am not sure how much the syntax will change from now to 1.0. If you want to play with it, one capability I would like to see is client-side bandwidth limiting (like the --limit-

[akka-user] Re: Basic HTTP client with Akka HTTP

2014-11-20 Thread Allan Brighton
I'm also interested in this. Here is a modified example http client and server that work on 0.11 (based on RĂ¼diger's example): https://gist.github.com/abrighton/acd43a6cd9c0b997c456 Any suggestions are welcome. I also plan to add the capability to upload files using this (with POST), which sh