# `DripDrop.HttpHook`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/http_hook.ex#L1)

Stores an HTTP hook that sequence conditions can call during dispatch.

Hooks are scoped to a sequence, render their URL/body with template variables,
and optionally extract a typed value from the response.

# `changeset`

```elixir
@spec changeset(Ecto.Schema.t(), map()) :: Ecto.Changeset.t()
```

Builds a changeset for creating or updating an HTTP hook.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
