开发者

what is the proper way to call get request with passing json request parameter?

开发者 https://www.devze.com 2023-02-17 03:47 出处:网络
I want to call http request using get method with passing json parameter to get request call.so what will be the proper way to call http get metho开发者_高级运维d with passing json request.http://plai

I want to call http request using get method with passing json parameter to get request call.so what will be the proper way to call http get metho开发者_高级运维d with passing json request.


http://plaincodesource.blogspot.com/2010/10/android-post.html try this. I believe you can set reauest method "GET" and then write your json into output stream.

0

精彩评论

暂无评论...
验证码 换一张
取 消