Web Oriented Object Framework

User Guide (Version 0.5b4)

Woof!
User Guide (Version 0.5b4)

Response construction

At some point in handling the request, the application must send a response back to the client. In the context of MVC, this corresponds to the View component.

The response may take one of several different forms:

Each of these forms is discussed in subsequent sections, but it is important to keep in mind that every client request must result in exactly one response being returned. An error is generated if, for example, a redirect response is attempted in conjunction with returning of a Web page during the handling of a single request.