gpt4 book ai didi

Android volley 如何在正文中发送带有身份验证 header 和 Json 对象的请求

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:53:50 32 4
gpt4 key购买 nike

我需要通过 volley 发送一个 http 请求,其中包含身份验证 header 和正文中的 Json 对象。但是我没有在 volley 中找到这个请求。

我找到了 GsonRequest 和 JsonObjectRequest。GsonRequestint method, String url, Class clazz, Map headers, Listener 监听器, ErrorListener errorListener, Gson useGson)

JsonObjectRequest(int 方法, java.lang.String url, JSONObject jsonRequest, Response.Listener 监听器, Response.ErrorListener errorListener)

知道要做什么吗?

最佳答案

在您的 Request 类中,覆盖 getHeaders() 以发送自定义 header

To send parameters in request body you need to override either getParams() or getBody() method of the request classes

此处描述:

Asynchronous HTTP Requests in Android Using Volley

关于Android volley 如何在正文中发送带有身份验证 header 和 Json 对象的请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19962590/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com