Knock.Response (Knock v0.4.13) View Source

Represents a response back from Knock

Link to this section Summary

Link to this section Types

Specs

t() :: %Knock.Response{
  body: map(),
  headers: [],
  status: pos_integer(),
  url: String.t()
}