IndieWeb v0.0.28 IndieWeb.Http.Response

Defines a response obtained when making a network request.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %IndieWeb.Http.Response{
  body: binary(),
  code: non_neg_integer(),
  headers: Access.t(),
  raw: any()
}