View Source AliyunOpenAPI.HTTP.Response (aliyun_open_api v0.6.0)

A struct representing an HTTP response.

Summary

Types

@type body() :: iodata()
@type headers() :: [{String.t(), String.t()}]
@type status() :: pos_integer()
@type t() :: %AliyunOpenAPI.HTTP.Response{
  body: body(),
  headers: headers(),
  status: status()
}