NAME
Wombat::HttpResponse - internal http response interface
SYNOPSIS
DESCRIPTION
This interface extends Servlet::Http::HttpServletResponse and Wombat::Response to provide fields and methods accessible only to the container.
PUBLIC METHODS
- getCookies()
-
Return the list of Cookies for this Response.
- getHeader($name)
-
Return the value for the first occurrence of the named response header. For all values, use
getHeaderValues()
.Parameters:
- getHeaderNames()
-
Return a list of all the header names set for this Response.
- getHeaderValues($name)
-
Return the list of values for the named response header.
Parameters:
- getMessage()
-
Return the status message for this Response.
- getStatus()
-
Return the HTTP status code for this Response.
SEE ALSO
AUTHOR
Brian Moseley, bcm@maz.org