flix

0.55.0

Http.Response

enum ResponseSource
case Response({ body = String, headers = Map[String, List[String]], status = Int32 })

A response from an HTTP request.

Definitions

def body(r: Response): String Source
def headers(r: Response): Map[String, List[String]] Source
def status(r: Response): Int32 Source