YAML media type?

前端 未结 6 1941
旧巷少年郎
旧巷少年郎 2020-12-04 11:10

What is the most appropriate media type (formally MIME type) to use when sending data structured with YAML over HTTP and why?

There is no registered application type

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 12:01

    "x-" media types are discouraged, see RFC 4288, Section 3.4. The right thing to do is to use the personal tree, the vendor tree, or to actually attempt a proper media type registration.

提交回复
热议问题