Is there a way to get to the original http post message from onfailure of okhttp3?

前端 未结 0 1690
無奈伤痛
無奈伤痛 2021-02-13 06:14
    Request request = new Request.Builder()
            .url("http://example.com")
            .post(RequestBody.create("foo",MediaType.get("tex         


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