| HttpContext | Implements the org.apache.cocoon.environment.Context interface | code | html |
| HttpCookie | Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server. | code | html |
| HttpEnvironment | HTTP Servlet environment. | code | html |
| HttpRequest | Implements the org.apache.cocoon.environment.Request interface to provide request information in the HTTP servlets environment. | code | html |
| HttpResponse | Implements the org.apache.cocoon.environment.Response interface to provide response functionality in the HTTP servlets environment. | code | html |
| HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. | code | html |