The term Content-Type primarily refers to an HTTP header used in web development and networking to indicate the original media type (also known as a MIME type or Media type) of a resource. It acts as an explicit instruction that tells a web browser or a server exactly how to interpret, parse, and render the raw bytes of data being transmitted. Basic Structure
A Content-Type value is structured as a two-part identifier separated by a forward slash:type/subtype; parameter
Leave a Reply