Interface SentResponse


  • public interface SentResponse
    Represents a response that has been committed.
    • Method Detail

      • getStatus

        Status getStatus()
        The status line of the response.
        Returns:
        the status line of the response.
      • getHeaders

        Headers getHeaders()
        The headers that were sent in the response.
        Returns:
        the headers that were sent in the response.