Skip to content

Commit

Permalink
Added subtype mime_subtype_x_www_form_urlencoded
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed May 11, 2012
1 parent f866d91 commit a163fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epxc/mime/epx_mime_type_names.e
Expand Up @@ -34,6 +34,7 @@ feature -- Subtype names
mime_subtype_plain: STRING is "plain" mime_subtype_plain: STRING is "plain"
mime_subtype_related: STRING is "related" mime_subtype_related: STRING is "related"
mime_subtype_rfc822: STRING is "rfc822" mime_subtype_rfc822: STRING is "rfc822"
mime_subtype_x_www_form_urlencoded: STRING is "x_www_form_urlencoded"
mime_subtype_x_javascript: STRING is "x-javascript" mime_subtype_x_javascript: STRING is "x-javascript"
mime_subtype_x_tex: STRING is "x-tex" mime_subtype_x_tex: STRING is "x-tex"
mime_subtype_xml: STRING is "xml" mime_subtype_xml: STRING is "xml"
Expand Down

0 comments on commit a163fa9

Please sign in to comment.