wechat_mp_auth v0.0.2 WechatMPAuth.Response

Defines the WechatMPAuth.Response struct which is created from the HTTP responses made by the WechatMPAuth.AccessToken module.

Struct fields

  • status_code - HTTP response status code
  • headers - HTTP response headers
  • body - Parsed HTTP response body (based on “Content-Type” header)

Summary

Types

body :: binary
headers :: map
status_code :: integer
t :: %WechatMPAuth.Response{body: binary, headers: map, status_code: integer}