Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
com.coinbase.cdp.core
public final class CdpClientHttpResponse<T> extends Object
CdpClientHttpResponse
public CdpClientHttpResponse(T body, okhttp3.Response rawResponse)
body
T
rawResponse
okhttp3.Response
public T body()
headers
public Map<String,List<String>> headers()
Map<String,List<String>>
Was this page helpful?