当前位置:   article > 正文

SpringMVC框架Request请求-contentType设置与配置

springmvc controller 指定request请求格式 text plain

在Http请求中使用Content-type来指定不同格式的请求信息,那么在spring MVC中如何使用它们来映射请求信息呢?

Content-type类型

 常见的媒体格式类型如下:

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

   以application开头的媒体格式类型:

  •    application/xhtml+xml :XHTML格式
  •    application/xml     : XML数据格式
  •    application/atom+xml  :Atom XML聚合格式    
  •    application/json    : JSON数据格式
  •    application/pdf       &#
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/63691
推荐阅读
相关标签
  

闽ICP备14008679号