Http Content-Type

 常見的媒體格式類型以下:html

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

   以application開頭的媒體格式類型:json

  •    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的內容格式。app

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

http://tool.oschina.net/commons atom

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

相關文章
相關標籤/搜索