From 1bb7a630a3893978fe8be18fefe22ee25899f3ae Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 29 Jun 2017 22:12:32 +0200 Subject: Rework response as --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..34eebed --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# sttp + +The HTTP client for Scala that you always wanted + +## Goals of the project + +* provide a simple, discoverable, no-surprises, reasonably type-safe API for making HTTP requests +* separate definition of a request from request execution +* provide immutable, easily modifiable data structures for requests and responses +* support both synchronous and asynchronous execution backends +* provide support for backend-specific request/response streaming + +## Other Scala HTTP clients + +* [scalaj](https://github.com/scalaj/scalaj-http) +* [akka-http client](http://doc.akka.io/docs/akka-http/current/scala/http/client-side/index.html) +* [dispatch](http://dispatch.databinder.net/Dispatch.html) +* [play ws](https://github.com/playframework/play-ws) +* [fs2-http](https://github.com/Spinoco/fs2-http) \ No newline at end of file -- cgit v1.2.3