Skip to content

Commit

Permalink
add font, csv, and basic names
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 8, 2017
1 parent ff70bc5 commit 155548f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,15 @@ names! {
MULTIPART, "multipart";
MESSAGE, "message";
MODEL, "model";
FONT, "font";

// common text/ *
PLAIN, "plain";
HTML, "html";
XML, "xml";
JAVASCRIPT, "javascript";
CSS, "css";
CSV, "csv";
EVENT_STREAM, "event-stream";

// common application/*
Expand All @@ -500,6 +502,7 @@ names! {
JPEG, "jpeg";

// audio/*
BASIC, "basic";
MPEG, "mpeg";
MP4, "mp4";
OGG, "ogg";
Expand Down

0 comments on commit 155548f

Please sign in to comment.