URI normalization for Quack HTTP endpoints.
Accepts bare hosts, quack://, http://, and https:// values, then returns
a normalized %URI{} with the /quack path default expected by DuckDB Quack
servers.
Summary
Functions
@spec normalize(String.t()) :: {:ok, URI.t()} | {:error, QuackDB.Error.t()}