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