Interface HttpResponse
public interface HttpResponse
Trait for http response
-
Method Details
-
content
DataPublisher content()Response content. -
discardContent
void discardContent()Close response -
headers
Response headers. -
statusCode
int statusCode()Response status code. -
streamingContent
InputStream streamingContent()Direct ok-http response content.
-