Knock.Response (Knock v0.2.1) 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()
}
Represents a response back from Knock
t() :: %Knock.Response{
body: map(),
headers: [],
status: pos_integer(),
url: String.t()
}