A record containing the status code, body, and headers for a response.
typedef ResponseLike = ({int statusCode, Uint8List body, Map<String, List<String>> headers});