Add a functionality to parse and format in message pack to Conduit Framework.
This package can be installed by adding conduit_message_pack
to your list of dependencies in mix.exs
:
def deps do
[
{:conduit_message_pack, "~> 0.1.0"}
]
end
Add config below to your config file.
# config/config.exs
config :conduit, Conduit.ContentType, [
{"application/msgpack", ConduitMessagePack},
]