http中的Content-Type
要学习content-type,必须事先知道它到底是什么,是干什么用的。
HTTP协议(RFC2616)采用了请求/响应模型。客户端向服务器发送一个请求,请求头包含请求的方法、URI、协议版本、以及包含请求修饰符、客户 信息和内容的类似于MIME的消息结构。服务器以一个状态行作为响应,相应的内容包括消息协议的版本,成功或者错误编码加上包含服务器信息、实体元信息以 及可能的实体内容。
通常HTTP消息由一个起始行,一个或者多个头域,一个只是头域结束的空行和可选的消息体组成。HTTP的头域包括通用头,请求头,响应头和实体头四个部 分。每个头域由一个域名,冒号(:)和域值三部分组成。域名是大小写无关的,域 值前可以添加任何数量的空格符,头域可以被扩展为多行,在每行开始处,使用至少一个空格或制表符。
请求消息和响应消息都可以包含实体信息,实体信息一般由实体头域和实体组成。实体头域包含关于实体的原信息,实体头包括Allow、Content- Base、Content-Encoding、Content-Language、 Content-Length、Content-Location、Content-MD5、Content-Range、Content-Type、 Etag、Expires、Last-Modified、extension-header。
Content-Type是返回消息中非常重要的内容,表示后面的文档属于什么MIME类型。Content-Type: [type]/[subtype]; parameter。例如最常见的就是text/html,它的意思是说返回的内容是文本类型,这个文本又是HTML格式的。原则上浏览器会根据Content-Type来决定如何显示返回的消息体内容。
type有下面的形式。
Text:用于标准化地表示的文本信息,文本消息可以是多种字符集和或者多种格式的;
Multipart:用于连接消息体的多个部分构成一个消息,这些部分可以是不同类型的数据;
Application:用于传输应用程序数据或者二进制数据;
Message:用于包装一个E-mail消息;
Image:用于传输静态图片数据;
Audio:用于传输音频或者音声数据;
Video:用于传输动态影像数据,可以是与音频编辑在一起的视频数据格式。
subtype用于指定type的详细形式。content-type/subtype配对的集合和与此相关的参数,将随着时间而增长。为了确保这些值在一个有序而且公开的状态下开发,MIME使用Internet
Assigned Numbers Authority (IANA)作为中心的注册机制来管理这些值。
parameter可以用来指定附加的信息,更多情况下是用于指定text/plain和text/htm等的文字编码方式的charset参数。MIME根据type制定了默认的subtype,当客户端不能确定消息的subtype的情况下,消息被看作默认的subtype进行处理。Text默认是text/plain,Application默认是application/octet-stream而Multipart默认情况下被看作multipart/mixed。
MIME定义在RFC-2046 MIME
Part 2: Media Types 。
常用类型:
Mime Types By File Extension
Extension |
Type/sub-type |
application/octet-stream |
|
323 |
text/h323 |
acx |
application/internet-property-stream |
ai |
application/postscript |
aif |
audio/x-aiff |
aifc |
audio/x-aiff |
aiff |
audio/x-aiff |
asf |
video/x-ms-asf |
asr |
video/x-ms-asf |
asx |
video/x-ms-asf |
au |
audio/basic |
avi |
video/x-msvideo |
axs |
application/olescript |
bas |
text/plain |
bcpio |
application/x-bcpio |
bin |
application/octet-stream |
bmp |
image/bmp |
c |
text/plain |
cat |
application/vnd.ms-pkiseccat |
cdf |
application/x-cdf |
cer |
application/x-x509-ca-cert |
class |
application/octet-stream |
clp |
application/x-msclip |
cmx |
image/x-cmx |
cod |
image/cis-cod |
cpio |
application/x-cpio |
crd |
application/x-mscardfile |
crl |
application/pkix-crl |
crt |
application/x-x509-ca-cert |
csh |
application/x-csh |
css |
text/css |
dcr |
application/x-director |
der |
application/x-x509-ca-cert |
dir |
application/x-director |
dll |
application/x-msdownload |
dms |
application/octet-stream |
doc |
application/msword |
dot |
application/msword |
dvi |
application/x-dvi |
dxr |
application/x-director |
eps |
application/postscript |
etx |
text/x-setext |
evy |
application/envoy |
exe |
application/octet-stream |
fif |
application/fractals |
flr |
x-world/x-vrml |
gif |
image/gif |
gtar |
application/x-gtar |
gz |
application/x-gzip |
h |
text/plain |
hdf |
application/x-hdf |
hlp |
application/winhlp |
hqx |
application/mac-binhex40 |
hta |
application/hta |
htc |
text/x-component |
htm |
text/html |
html |
text/html |
htt |
text/webviewhtml |
ico |
image/x-icon |
ief |
image/ief |
iii |
application/x-iphone |
ins |
application/x-internet-signup |
isp |
application/x-internet-signup |
jfif |
image/pipeg |
jpe |
image/jpeg |
jpeg |
image/jpeg |
jpg |
image/jpeg |
js |
application/x-javascript |
latex |
application/x-latex |
lha |
application/octet-stream |
lsf |
video/x-la-asf |
lsx |
video/x-la-asf |
lzh |
application/octet-stream |
m13 |
application/x-msmediaview |
m14 |
application/x-msmediaview |
m3u |
audio/x-mpegurl |
man |
application/x-troff-man |
mdb |
application/x-msaccess |
me |
application/x-troff-me |
mht |
message/rfc822 |
mhtml |
message/rfc822 |
mid |
audio/mid |
mny |
application/x-msmoney |
mov |
video/quicktime |
movie |
video/x-sgi-movie |
mp2 |
video/mpeg |
mp3 |
audio/mpeg |
mpa |
video/mpeg |
mpe |
video/mpeg |
mpeg |
video/mpeg |
mpg |
video/mpeg |
mpp |
application/vnd.ms-project |
mpv2 |
video/mpeg |
ms |
application/x-troff-ms |
mvb |
application/x-msmediaview |
nws |
message/rfc822 |
oda |
application/oda |
p10 |
application/pkcs10 |
p12 |
application/x-pkcs12 |
p7b |
application/x-pkcs7-certificates |
p7c |
application/x-pkcs7-mime |
p7m |
application/x-pkcs7-mime |
p7r |
application/x-pkcs7-certreqresp |
p7s |
application/x-pkcs7-signature |
pbm |
image/x-portable-bitmap |
|
application/pdf |
pfx |
application/x-pkcs12 |
pgm |
image/x-portable-graymap |
pko |
application/ynd.ms-pkipko |
pma |
application/x-perfmon |
pmc |
application/x-perfmon |
pml |
application/x-perfmon |
pmr |
application/x-perfmon |
pmw |
application/x-perfmon |
pnm |
image/x-portable-anymap |
pot, |
application/vnd.ms-powerpoint |
ppm |
image/x-portable-pixmap |
pps |
application/vnd.ms-powerpoint |
ppt |
application/vnd.ms-powerpoint |
prf |
application/pics-rules |
ps |
application/postscript |
pub |
application/x-mspublisher |
qt |
video/quicktime |
ra |
audio/x-pn-realaudio |
ram |
audio/x-pn-realaudio |
ras |
image/x-cmu-raster |
rgb |
image/x-rgb |
rmi |
audio/mid |
roff |
application/x-troff |
rtf |
application/rtf |
rtx |
text/richtext |
scd |
application/x-msschedule |
sct |
text/scriptlet |
setpay |
application/set-payment-initiation |
setreg |
application/set-registration-initiation |
sh |
application/x-sh |
shar |
application/x-shar |
sit |
application/x-stuffit |
snd |
audio/basic |
spc |
application/x-pkcs7-certificates |
spl |
application/futuresplash |
src |
application/x-wais-source |
sst |
application/vnd.ms-pkicertstore |
stl |
application/vnd.ms-pkistl |
stm |
text/html |
svg |
image/svg+xml |
sv4cpio |
application/x-sv4cpio |
sv4crc |
application/x-sv4crc |
swf |
application/x-shockwave-flash |
t |
application/x-troff |
tar |
application/x-tar |
tcl |
application/x-tcl |
tex |
application/x-tex |
texi |
application/x-texinfo |
texinfo |
application/x-texinfo |
tgz |
application/x-compressed |
tif |
image/tiff |
tiff |
image/tiff |
tr |
application/x-troff |
trm |
application/x-msterminal |
tsv |
text/tab-separated-values |
txt |
text/plain |
uls |
text/iuls |
ustar |
application/x-ustar |
vcf |
text/x-vcard |
vrml |
x-world/x-vrml |
wav |
audio/x-wav |
wcm |
application/vnd.ms-works |
wdb |
application/vnd.ms-works |
wks |
application/vnd.ms-works |
wmf |
application/x-msmetafile |
wps |
application/vnd.ms-works |
wri |
application/x-mswrite |
wrl |
x-world/x-vrml |
wrz |
x-world/x-vrml |
xaf |
x-world/x-vrml |
xbm |
image/x-xbitmap |
xla |
application/vnd.ms-excel |
xlc |
application/vnd.ms-excel |
xlm |
application/vnd.ms-excel |
xls |
application/vnd.ms-excel |
xlt |
application/vnd.ms-excel |
xlw |
application/vnd.ms-excel |
xof |
x-world/x-vrml |
xpm |
image/x-xpixmap |
xwd |
image/x-xwindowdump |
z |
application/x-compress |
zip |
application/zip |
对于IE6浏览器来说,如果Content-Type中的类型和实际的消息体类型不一致,那么它会根据内容中的类型来分析实际应该是什么类型,对于JPG、GIF等常用图片格式都可以正确的识别出来,而不管Content-Type中写的是什么。
如果Content-Type中指定的是浏览器可以直接打开的类型,那么浏览器就会直接打开其内容显示出来,如果是被关联到其它应用程序的类型,这时就要
查找注册表中关于这种类型的注册情况,如果是允许直接打开而不需要询问的,就会直接调出这个关联的应用程序来打开这个文件,但如果是不允许直接打开的,就
会询问是否打开。对于没有关联到任何应用程序的类型,IE浏览器不知道它该如何打开,此时IE6就会把它当成XML来尝试打开。
如果要想实现文件下载,可以在http的头中加入:
fprintf( file, "Content-Disposition:attachment; filename=\"%s\" \r\n", fileName);
经过测试,html,pdf,gif等原来在网页中打开的文件都可以正常实现下载。
http中的Content-Type的更多相关文章
- .NET获取文件的MIME类型(Content Type)
第一种:这种获取MIME类型(Content Type)的方法需要在.NET 4.5之后才能够支持,但是非常简单. 优点:方便快捷 缺点:只能在.NET 4.5之后使用 public FileResu ...
- Jsoup问题---获取http协议请求失败 org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml.
Jsoup问题---获取http协议请求失败 1.问题:用Jsoup在获取一些网站的数据时,起初获取很顺利,但是在访问某浪的数据是Jsoup报错,应该是请求头里面的请求类型(ContextType)不 ...
- SharePoint自动化系列——Add content type to list.
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 将创建好的content type(若是跨web application需要事先publish c ...
- SharePoint自动化系列——Content Type相关timer jobs一键执行
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 背景: 在SharePoint Central Administration->Monito ...
- 转载 SharePoint【Site Definition 系列】– 创建Content Type
转载原地址: http://www.cnblogs.com/wsdj-ITtech/archive/2012/09/01/2470274.html Sharepoint本身就是一个丰富的大容器,里面 ...
- the request doesn't contain a multipart/form-data or multipart/form-data stream, content type header
the request doesn't contain a multipart/form-data or multipart/form-data stream, content type header ...
- Springs Element 'beans' cannot have character [children], because the type's content type is element-only
Springs Element 'beans' cannot have character [children], because the type's content type is element ...
- 万能的ctrl+shift+F(Element 'beans' cannot have character [children], because the type's content type is element-only.错误)
今天在spring-servlet.xml文件中出现了一个莫名其妙的错误:Element 'beans' cannot have character [children], because the t ...
- org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=----WebKitFormBoundaryRAYPKeHKTYSNdzc1;charset=UTF-8' not supported
原文:https://www.cnblogs.com/yueli/p/7552888.html 最近同事在做一个图片上传功能.在入参 body 中同时传入文件和其它基本信息结果出现如题异常.在此记录下 ...
- org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported或其他Content type不支持处理
很久没从头到尾搭框架,今天搭的过程中,springmvc controller方法入参用@RequestBody自动绑定参数时一直提示各种 not supported 排查问题有两个解决路径: 1)使 ...
随机推荐
- Appium 自动化测试(7) -- Appium 服务器初始化参数设置
Desired Capabilities Desired capabilities 是一些发送给 Appium 服务器的键值对集合 (比如 map 或 hash),告诉服务器我们想要启动什么类型的自动 ...
- 两个值相等的Integer的==比较问题
@Test public void testIntegerEqual() { /** -128~127 之外的数**/ Integer tem = 129; ...
- 设置mysql的字符集
ALTER DATABASE test DEFAULT CHARACTER SET utf8; show variables like 'char%';
- CF 148D Bag of mice 概率dp 难度:0
D. Bag of mice time limit per test 2 seconds memory limit per test 256 megabytes input standard inpu ...
- 免费获取 Kaspersky Small Office Security 90 天授权
Kaspersky Small Office Security 是卡巴斯基出品的企业版杀毒软件,目前美国官网上官方有赠送活动,能够免费获取 90 天的授权,但必须要使用美国代理. 获取地址:http: ...
- 201621123010《Java程序设计》第3周学习总结
1.本周学习总结 初学面向对象,会学习到很多碎片化的概念与知识.尝试学会使用思维导图将这些碎片化的概念.知识点组织起来.请使用工具画出本周学习到的知识点及知识点之间的联系.步骤如下: 1.1 写出你认 ...
- 【转】MongoDB 3.0 正式版本即将发布,强力推荐
MongoDB 今天宣布3.0 正式版本即将发布.这标志着 MongoDB 数据库进入了一个全新的发展阶段,提供强大.灵活而且易于管理的数据库管理系统. MongoDB 3.0 在性能和伸缩性方面都有 ...
- oracle创建触发器
create or replace trigger 触发器名字 触发时间 触发事件 after(before) insert or update or delete on 表名 for each r ...
- c# 通过文件夹共享复制文件到服务器
public static string[] GetFileNames(string directoryPath, string searchName) { return Directory.GetF ...
- Android 平台代号、版本、API 级别和 NDK 版本
代号.标记和细分版本号 简要来说,Android 的开发是围绕着版本系列进行的,这些版本使用美味的点心名字(按字母顺序)作为代号. 平台代号.版本.API 级别和 NDK 版本 为方便起见,代号与以下 ...