``` val call = "posts/${postId}".httpPut().body(po...
# kotlin-fuel
k
Copy code
val call = "posts/${postId}".httpPut().body(post.json()).responseString()

//synchronous
call.request = ...
call.response = ... 
call.either = ...