Why HttpURLConnection request property and content type have different value?

后端 未结 0 927
花落未央
花落未央 2020-12-13 02:31
        HttpURLConnection connection = getConnection(url, timeout);
        connection.setRequestProperty("content-type", "application/xml");

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题