Connected: An Internet Encyclopedia
7.4.3. Other Application subtypes

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1521
Up: 7. The Predefined Content-Type Values
Up: 7.4. The Application Content-Type
Prev: 7.4.2. The Application/PostScript subtype
Next: 7.5. The Image Content-Type

7.4.3. Other Application subtypes

7.4.3. Other Application subtypes

It is expected that many other subtypes of application will be defined in the future. MIME implementations must generally treat any unrecognized subtypes as being equivalent to application/octet- stream.

The formal grammar for content-type header fields for application data is given by:

   application-type :=  "application" "/" application-subtype

   application-subtype := ("octet-stream" *stream-param)
                       / "postscript" / extension-token

   stream-param :=  (";" "type" "=" value)
                       / (";" "padding" "=" padding)

   padding := "0" / "1" /  "2" /  "3" / "4" / "5" / "6" / "7"


Next: 7.5. The Image Content-Type

Connected: An Internet Encyclopedia
7.4.3. Other Application subtypes