defmodule HTTPSign do @moduledoc """ Documentation for HTTPSign. """ # TODO: sign requests? defdelegate verify(conn, key), to: HTTPSign.Verifier end