com.github.kristofa.brave.http.HttpResponse Maven / Gradle / Ivy
package com.github.kristofa.brave.http;
public interface HttpResponse {
int getHttpStatusCode();
}
package com.github.kristofa.brave.http;
public interface HttpResponse {
int getHttpStatusCode();
}