简体   繁体   English

未知文件类型的HTTP 1.0标头内容类型

[英]HTTP 1.0 header content-type for unknow file type

I am doing an assignment where I have to make a simple HTTP 1.0 server. 我正在做一个作业,我必须制作一个简单的HTTP 1.0服务器。

I know that htm files has content-type text/html and jpg files has content-type image/jpeg 我知道htm文件具有内容类型的text / html和jpg文件具有内容类型的image / jpeg

but what is the content-type if the file type is unknown? 但是如果文件类型未知,内容类型是什么?

您只是不发送Content-Type标头字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM