From 18ed991eefd4ff541e722808f80a48d47df58a57 Mon Sep 17 00:00:00 2001 From: adamw Date: Sun, 9 Jul 2017 16:39:29 +0200 Subject: Initial version of the URI interpolator --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1081357..28a6238 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ println(response.body) // has type String as specified when ## How is sttp different from other libraries? -* immutable request builder which doesn't require the URI to be specified upfront. Allows defining partial requests +* immutable request builder which doesn't impose any order in which request parameters need to be specified. +One consequence of that approach is that 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 +* URI interpolator with optional parameters support ## Usage -- cgit v1.2.3