Http.Response
enum Response
Sourcecase Response({ body = String, headers = Map[String, List[String]], status = Int32 })
A response from an HTTP request.
Definitions
def body(r: Response): String
Sourcedef headers(r: Response): Map[String, List[String]]
Sourcedef status(r: Response): Int32
Source