package rocks.kavin.reqwest4j; import java.util.Map; public record Response(int status, Map headers, byte[] body, String finalUrl) { }