I am working with the Mongoose Embedded Web-server library and usually Mongoose internally takes care of sending the correct HTTP Header responses.
But in my situation I need to send data with the Content-Type:
header set to font/opentype
however Mongoose is sending it with as text/plain
.
How can I modify Mongoose to send this with the appropriate header?