Send the content passed as a String as an HTTP response back to the client.
@param status the HTTP status code e.g. 200 for OK.
@param mimeType the mimeType of the response content e.g. text/plain, text/xml, image/jpeg etc.
@param content the content of the response passed as a String.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.