当内容类型标头为 image/jpeg 时,HTTP 响应的内容数据格式是什么?
只是好奇,当内容类型标头为 image/jpeg、二进制时,HTTP 响应正文的内容数据类型格式是什么?通过 Mozilla Firebug 查看时无法看到 HTTP 响应的原始内容,因为它已经随图像一起弹出。
我从来没有想过太多这个问题,直到与一个人交谈,他告诉我他将二进制数据编码为 Base64 格式数据到 HTTP 响应正文中。当我们需要这样做时,有什么用例吗?
Just curious, what is the content data type format of HTTP response body when content-type header is image/jpeg, binary? Was unable to see the raw content of HTTP response when viewing via Mozilla Firebug because it pops with image already.
I have never though about that too much till the talk with a guy, that told he encodes binary data into base64 format data into body of HTTP response. Are there any use cases when we need to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是您得到的响应标头。它还包括内容类型:image/jpeg
,原始内容数据为:
this is what you get as repsponse header. It includes also the Content-Type: image/jpeg
and the raw content data is: