Is there a difference between mimetype, contenttype and mediatype? (Java\'s JAX-RS MediaType).
From the wikipedia article i gathered that
Content-Type is an HTTP message header and its value is (generally) a MIME Type.
JAX-RS MediaType seems to be a Java rewrite for common MIME Types.