kittinunf
val call = "posts/${postId}".httpPut().body(post.json()).responseString() //synchronous call.request = ... call.response = ... call.either = ...