请求 webp 格式返回还是 png 格式,求助。

请求 webp 格式返回还是 png 格式,求助。


  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • Anonymous
    • 文章数量: 1
    楼主

    我尝试按照文档要求,请求webp格式的头像,这种图片文件小,有利于加载。

     

    req, err := http.NewRequest(“GET”, requestedURL, nil)
    if err != nil {
    c.AbortWithError(http.StatusInternalServerError, err)
    return
    }
    req.Header.Set(“Accept”, “image/webp,image/apng,image/*,*/*;q=0.8”)

    resp, err := http.DefaultClient.Do(req)
    if err != nil {
    c.AbortWithError(http.StatusInternalServerError, err)
    return
    }

     

    我通过在Accept请求中优先webp,如果没有返回png,发现返回的都是png图片,请问是服务器没有接受吗?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

收藏纪念品


有奖活动

参与论坛社区问答,有机会获赠文派瓦普(Wapuu.com)手办模型。

话题信息

商业系统