Packages

Elixir-native host management with inspectable plans, package locks, systemd isolation, and remote bootstrap.

Current section

Files

Jump to
host_kit lib host_kit caddy json handler encode.ex
Raw

lib/host_kit/caddy/json/handler/encode.ex

defmodule HostKit.Caddy.JSON.Handler.Encode do
@moduledoc "Caddy encode handler."
use JSONCodec
defstruct handler: "encode", encodings: %{}
@type t :: %__MODULE__{handler: String.t(), encodings: map()}
end