try{httpClIEnt clIEnt = new DefaulthttpClIEnt();httpPost httpMethod = new httpPost("http://www.Google.co.in/");String requestbody = "some text";httpMethod.setEntity(new StringEntity(requestbody));httpResponse response = clIEnt.execute(httpMethod);textVIEw.setText(response.getStatusline().toString());}
但是我无法获得“http / 1.0 405方法不允许”错误
我会感谢你的帮助
以上是内存溢出为你收集整理的android – 错误HTTP / 1.0 405不允许的方法全部内容,希望文章能够帮你解决android – 错误HTTP / 1.0 405不允许的方法所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)