Sends the response, using the given content type and the content of the given type as the response body.
Prefer {@link #sendFile(java.nio.file.attribute.BasicFileAttributes,java.nio.file.Path)} wherethe file attributes have already been retrieved to avoid another IO operation.
@param file The file whose contents are to be used as the response body
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.