http_signatures_proxy.ex (230B)
- defmodule Pleroma.Test.HTTPSignaturesProxy do
- @behaviour Pleroma.HTTPSignaturesAPI
- @impl true
- defdelegate validate_conn(conn), to: HTTPSignatures
- @impl true
- defdelegate signature_for_conn(conn), to: HTTPSignatures
- end
git clone https://anongit.hacktivis.me/git/pleroma.git/http_signatures_proxy.ex (230B)
- defmodule Pleroma.Test.HTTPSignaturesProxy do
- @behaviour Pleroma.HTTPSignaturesAPI
- @impl true
- defdelegate validate_conn(conn), to: HTTPSignatures
- @impl true
- defdelegate signature_for_conn(conn), to: HTTPSignatures
- end