码迷,mamicode.com
首页 > Web开发 > 详细

Http Content-Type

时间:2017-09-19 19:49:36      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:sdn   常见   tip   Enctype   使用   type   进制   csdn   文件下载   

 常见的媒体格式类型如下:

  •     text/html : HTML格式
  •     text/plain :纯文本格式      
  •     text/xml :  XML格式
  •     image/gif :gif图片格式    
  •     image/jpeg :jpg图片格式 
  •     image/png:png图片格式

   以application开头的媒体格式类型:

  •    application/xhtml+xml :XHTML格式
  •    application/xml     : XML数据格式
  •    application/atom+xml  :Atom XML聚合格式    
  •    application/json    : JSON数据格式
  •    application/pdf       :pdf格式  
  •    application/msword  : Word文档格式
  •    application/octet-stream : 二进制流数据(如常见的文件下载)
  •    application/x-www-form-urlencoded : <form encType=””>中默认的encType,form表单数据被编码为key/value格式发送到服务器(表单默认的提交数据的格式)

   另外一种常见的媒体格式是上传文件之时使用的:

  •     multipart/form-data : 需要在表单中进行文件上传时,就需要使用该格式

     以上就是我们在日常的开发中,经常会用到的若干content-type的内容格式。

http://blog.csdn.net/jakemind/article/details/51147763

http://tool.oschina.net/commons 

http://www.iteye.com/topic/1127120

Http Content-Type

标签:sdn   常见   tip   Enctype   使用   type   进制   csdn   文件下载   

原文地址:http://www.cnblogs.com/loveincode/p/7519419.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!