Skip to content

Commit

Permalink
Add gzip MediaType.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Sep 12, 2019
1 parent 8c54d0b commit d94ba8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ public class MediaType
public static final MediaType APPLICATION_X_GRAMPS_XML = create("application/x-gramps-xml", "gramps");
public static final MediaType APPLICATION_X_GRAPHING_CALCULATOR = create("application/x-graphing-calculator", "gcf");
public static final MediaType APPLICATION_X_GTAR_COMPRESSED = create("application/x-gtar-compressed", "tgz", "taz");
public static final MediaType APPLICATION_X_GZIP_COMPRESSED = create("application/x-gzip", "gz");
public static final MediaType APPLICATION_X_GTAR = create("application/x-gtar", "gtar");
public static final MediaType APPLICATION_X_HDF = create("application/x-hdf", "hdf");
public static final MediaType APPLICATION_XHTML_XML_UTF8 = createUTF8("application/xhtml+xml", "xhtml", "xht");
Expand Down

0 comments on commit d94ba8d

Please sign in to comment.