Writes the HTTP response.
Notice that HttpResponse data is sent in chunks from the application server. It is important that your procedure code sets first the needed HttpHeaders (AddHeader) and then the content (using the AddFile or AddString methods.