
com.github.kristofa.brave.http.HttpResponse Maven / Gradle / Ivy
package com.github.kristofa.brave.http;
public interface HttpResponse {
int getHttpStatusCode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.kristofa.brave.http;
public interface HttpResponse {
int getHttpStatusCode();
}