defmodule Hypa do @moduledoc """ `Hypa` is a set of utilities for building applications that use [htmx](https://htmx.org/). It provides the following modules: - `Hypa.Plug` - A `Plug` module that adds data from HTMX request headers to `conn.assigns`. """ end