LibWechat.Model.Http.Response (lib_wechat v0.4.0)

View Source

http response

Summary

Types

t()

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