Controls all information sent to the browser or client as a response.
More:
Note
The Response object collects all information generated during the AFP document operation and sends it back to the browser via the web server. The object manages two kinds of data – the HTTP header and the generated document. The latter will generally be a document in HTML format although it may also be an XML document or any other file.
See also
Request Object