application/*
application/rtf
File extensions: .rtf
Cross-platform styled text format.
What is application/rtf?
application/rtf is Microsoft's Rich Text Format — a cross-platform plain-text encoding of formatted documents. Every major word processor can open RTF, which is why it remains a common lowest-common-denominator export target.
Typical usage
Formatted document exports, email drafts (mostly historical).
HTTP header example
Response header
Content-Type: application/rtf; charset=utf-8Frequently asked questions
What is the application/rtf MIME type?
application/rtf is Microsoft's Rich Text Format — a cross-platform plain-text encoding of formatted documents. Every major word processor can open RTF, which is why it remains a common lowest-common-denominator export target.
What file extension does application/rtf use?
Files served as application/rtf typically use the extension .rtf. The most common is .rtf.
How do I set the Content-Type for application/rtf?
Send the HTTP response header Content-Type: application/rtf; charset=utf-8. Formatted document exports, email drafts (mostly historical).
Is application/rtf an official MIME type?
Yes. application/rtf is officially registered with IANA, so standards-conformant clients recognize it.