Package com.styra.opa.openapi.utils
Interface Response
-
- All Known Implementing Classes:
ExecuteBatchPolicyWithInputResponse
,ExecuteDefaultPolicyWithInputResponse
,ExecutePolicyResponse
,ExecutePolicyWithInputResponse
,HealthResponse
public interface Response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
contentType()
Returns the value of the Content-Type header.java.net.http.HttpResponse<java.io.InputStream>
rawResponse()
Returns the raw response.int
statusCode()
Returns the HTTP status code.
-