Current section

Files

Jump to
hypa lib hypa.ex
Raw

lib/hypa.ex

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