How to write an HTTP GET request client in Scala (with a timeout) This is an excerpt from the Scala Cookbook (partially modified for the internet). This is Recipe 15.9, “How to write a simple HTTP GET request client in Scala.” Problem You want a Scala HTTP client you can use to make GET request calls. Solution There are many potential solutions to this problem. This recipe demonstrates three appro