Skip to content

Commit

Permalink
Specify MIME type. Closes #465.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Feb 5, 2018
1 parent e552b4a commit 14aa5de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* Allow space (instead of T) to separate date and time in Date-Time.
* Allow accidental whitespace between backslash and newline in the line
continuation operator in multi-line basic strings.
* Specify that .toml is the standard file extension.
* Specify that the standard file extension is `.toml`.
* Specify that MIME type is `application/toml`
* Clarify that U+007F is an escape character.
* Clarify that keys are always strings.
* Clarify that you cannot use array-of-table to append to a static array.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,12 @@ Filename Extension

TOML files should use the extension `.toml`.

MIME Type
---------

When transferring TOML files over the internet, the appropriate MIME type is
`application/toml`.

Comparison with Other Formats
-----------------------------

Expand Down

0 comments on commit 14aa5de

Please sign in to comment.