View Source LibOss.Http.Response (lib_oss v0.1.4)

http response

Summary

Types

Link to this type

http_response_schema_t()

View Source
@type http_response_schema_t() :: [
  status_code: integer(),
  headers: [term()],
  body: binary()
]
@type t() :: %LibOss.Http.Response{
  body: LibOss.Typespecs.body(),
  headers: LibOss.Typespecs.headers(),
  status_code: LibOss.Typespecs.http_status()
}

Functions