Interface TraceableResponse
public interface TraceableResponse
A representation of an HTTP response that is suitable for tracing.
- Since:
- 2.0.0
- Author:
- Andy Wilkinson
- See Also:
-
Method Summary
-
Method Details
-
getStatus
int getStatus()The status of the response.- Returns:
- the status
-
getHeaders
Returns a modifiable copy of the headers of the response.- Returns:
- the headers
-