====== HttpServletResponse ====== HttpServletResponse is an interface defined in the [[Java Servlet]] specification used to generate a response to an http request. See [[http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse.html|J2EE API Documentation: HttpServletResponse]]. In PHP, rather than being encapsulated in a single object, response handling is distributed over a wide variety of functions, configuration parameters and variables. See [[Php:HTTP Response Handling]] for information on how PHP handles HTTP responses. See [[HttpServletRequest]]