Hello, what is the elegant way to get the error em...
# http4k
e
Hello, what is the elegant way to get the error emitted by the code below if the server has not been launched ?
Copy code
val client: HttpHandler = OkHttp()
val networkResponse: Response = client(Request(GET, "<http://localhost:9000/greet/Bob>"))