IndieWeb.Http.Response (IndieWeb v0.0.49) View Source

Defines a response obtained when making a network request.

Link to this section Summary

Link to this section Types

Specs

t() :: %IndieWeb.Http.Response{
  body: String.t(),
  code: non_neg_integer(),
  headers: Access.t(),
  raw: any(),
  rels: map(),
  url: String.t()
}