1 Jan 2021 / Scala Http4s: Tips and Tricks Get the text body of a response with EntityDecoder If you've got a request like this: val postRequest: Task[Request[Task]] = POST( payload, uri ... Functional Programming