From 12117c5ae5d840c416724ecbdeed1fc4a38cee85 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 30 Jun 2017 14:55:26 +0200 Subject: Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 34eebed..64f7925 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ The HTTP client for Scala that you always wanted * support both synchronous and asynchronous execution backends * provide support for backend-specific request/response streaming +## How is sttp different from other libraries? + +* immutable request builder which doesn't require the URI to be specified upfront. Allows defining partial requests +which contain common cookies/headers/options, which can later be specialized using a specific URI and HTTP method. +* support for multiple backends, both synchronous and asynchronous, with backend-specific streaming support +* TODO URI interpolator with optional parameters support + ## Other Scala HTTP clients * [scalaj](https://github.com/scalaj/scalaj-http) -- cgit v1.2.3