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`.
- `Hypa.Conn` - Functions for working with `Plug.Conn` structs, for things
like htmx response headers.
- `Hypa.Phoenix` - Functions for Phoenix applications.
"""
end