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