Skip to content

Commit

Permalink
Add new mime type entry for .parquet (#91)
Browse files Browse the repository at this point in the history
The application/vnd.apache.parquet mime type was recently registered
with IANA:
https://www.iana.org/assignments/media-types/application/vnd.apache.parquet

This also includes the deprecated application/x-parquet mime type in the
list as it was mentioned on the media type assignment page above.
  • Loading branch information
swlynch99 committed Jun 29, 2024
1 parent 920feb4 commit 31f67c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mime_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ pub static MIME_TYPES: &[(&str, &[&str])] = &[
("p7s", &["application/pkcs7-signature"]),
("p8", &["application/pkcs8"]),
("pac", &["application/x-ns-proxy-autoconfig"]),
("parquet", &["application/vnd.apache.parquet", "application/x-parquet"]),
("pas", &["text/x-pascal"]),
("paw", &["application/vnd.pawaafile"]),
("pbd", &["application/vnd.powerbuilder6"]),
Expand Down

0 comments on commit 31f67c3

Please sign in to comment.