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