Package ratpack.core.http
Interface SentResponse
-
public interface SentResponse
Represents a response that has been committed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Headers
getHeaders()
The headers that were sent in the response.Status
getStatus()
The status line of the response.
-