合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## content-type 资源的**媒体类型** 在响应头中 - 表示服务端告诉客户端实际**返回的内容的类型** 在请求头中 - 客户端告诉服务器**发送的数据的类型** ## image * image/png * image/gif * image/jpeg ## text * text/html * text/css * text/plain * text/xml ## application * application/json * **multipart/form-data - 文件上传** * **application/octet-stream - 文件下载** * application/x-www-form-urlencoded - 普通表单提交 * application/javascript ## Content-Disposition - 表示收到的数据怎么处理 * attachment - 下载使用