Packages
Httpoison boosted with telemetry, mox and ex_rated.
Retired package: Deprecated - no longer maintained
Current section
Files
Jump to
Current section
Files
lib/client/decoders/nil_decoder.ex
defmodule Client.Decoders.NilDecoder do
@behaviour Client.Decoders
def headers, do: %{}
def decode(_payload), do: {:ok, %{}}
def decode!(_payload), do: %{}
end