Current section
Files
Jump to
Current section
Files
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