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