Package ai.vespa.feed.client
Interface HttpResponse
public interface HttpResponse
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]body()intcode()default Stringstatic HttpResponseof(int code, byte[] body)
-
Method Details
-
code
int code() -
body
byte[] body() -
contentType
-
of
-