rocks.kavin.reqwest4j.Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reqwest4j Show documentation
Show all versions of reqwest4j Show documentation
Java bindings to Reqwest with jni-rs for use in Piped's backend!
The newest version!
package rocks.kavin.reqwest4j;
import java.util.Map;
public record Response(int status, Map headers, byte[] body, String finalUrl) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy