#scala
Read more stories on Hashnode
Articles with this tag
Get the text body of a response with EntityDecoder If you've got a request like this: val postRequest: Task[Request[Task]] = POST( ...
Solution to “sun.security.validator.ValidatorException: No trusted certificate found” when installing SBT on a new (Ubuntu) system: I had a perplexing...