View Source LibWechat.Model.Http.Response (lib_wechat v0.3.0)

http response

Summary

Types

@type t() :: %LibWechat.Model.Http.Response{
  body: LibWechat.Typespecs.body(),
  headers: LibWechat.Typespecs.headers(),
  status_code: non_neg_integer()
}