View Source Alipay.Requester (alipay v0.2.1)

默认的请求客户端

Summary

Functions

Link to this function

get(client, url, opts \\ [])

View Source
@spec get(Alipay.client(), url :: binary(), opts :: keyword()) :: Alipay.response()
Link to this function

post(client, url, body, opts \\ [])

View Source
@spec post(Alipay.client(), url :: binary(), body :: any(), opts :: keyword()) ::
  Alipay.response()
Link to this function

request_should_retry(arg)

View Source