View Source LibOss.Http.Response (lib_oss v0.1.1)
http response
Summary
Types
@type t() :: %LibOss.Http.Response{ body: LibOss.Typespecs.body(), headers: LibOss.Typespecs.headers(), status_code: LibOss.Typespecs.http_status() }
Functions
@spec new(http_response_schema_t()) :: t()