Package dev.restate.client
Interface ResponseHead
- All Known Implementing Classes:
Response
,SendResponse
public interface ResponseHead
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
statusCode
int statusCode()- Returns:
- the response status code returned from the HTTP client
-
headers
ResponseHead.Headers headers()- Returns:
- the response headers returned from the HTTP client
-