Current section

Files

Jump to
ex_alipay lib http.ex
Raw

lib/http.ex

defmodule ExAlipay.HTTP.Behaviour do
@typep url :: binary()
@callback get(url) :: {:ok, map()} | {:error, binary() | map()}
end