IndieWeb v0.0.15 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()
t() :: %IndieWeb.Http.Response{
body: binary(),
code: non_neg_integer(),
headers: Access.t(),
raw: any()
}
t() :: %IndieWeb.Http.Response{ body: binary(), code: non_neg_integer(), headers: Access.t(), raw: any() }