Is there a comprehensive MIME header format reference online somewhere?

最后都变了- 提交于 2019-12-03 09:49:54

问题


I've looked at probably 100 sites, and haven't found anything. Some are just lists of mime type values, others references to the RFCs, or more or less direct quotes from them. The RFCs are impenetrable, and each only reveals one small part of the elephant.

Is there somewhere that gives us a comprehensive picture of the entire elephant (the MIME header), with all the parts attached in their appropriate locations?


回答1:


I am going to list websites that have helped me on this topic enormously and hope they can help you two. I saved these to my bookmarks over time:

  • http://en.wikipedia.org/wiki/MIME
  • http://reference.sitepoint.com/html/mime-types-full
  • http://tools.ietf.org/html/rfc1521
  • http://www.hunnysoft.com/mime/
  • http://tools.ietf.org/html/rfc2045
  • http://tools.ietf.org/html/rfc2046
  • http://tools.ietf.org/html/rfc2047
  • http://tools.ietf.org/html/rfc2048
  • http://tools.ietf.org/html/rfc2049
  • http://www.iana.org/assignments/media-types/index.html
    • http://www.iana.org/assignments/media-types/video/index.html
    • http://www.iana.org/assignments/media-types/application/index.html
    • http://www.iana.org/assignments/media-types/audio/index.html
    • http://www.iana.org/assignments/media-types/examples/index.html
    • http://www.iana.org/assignments/media-types/image/index.html
    • http://www.iana.org/assignments/media-types/message/index.html
    • http://www.iana.org/assignments/media-types/model/index.html
    • http://www.iana.org/assignments/media-types/multipart/index.html
    • http://www.iana.org/assignments/media-types/text/index.html

All of these helped me in one way or another and I saved all of them because I will probably need them in the future, hope they help you as much as they did me.




回答2:


http://www.iana.org/assignments/media-types/index.html That is the ONLY link you should need!

EDIT: Answer in the Comments

http://ietf.org/rfc all the text is there, but not very useful because there is other stuff too. So then, go to the index: http://ietf.org/rfc/rfc-index and ctrl+f for MIME. This brings up 113 hits. Go through the title until you see what you are looking for, then reference the number and get the full text



来源:https://stackoverflow.com/questions/7152237/is-there-a-comprehensive-mime-header-format-reference-online-somewhere

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!