IndieWeb v0.0.38 IndieWeb.Http.Response View Source
Defines a response obtained when making a network request.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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() }