Conduit v0.12.10 Conduit.Encoding.Identity View Source

Does nothing to the body of the message.

Link to this section Summary

Functions

Does nothing to the body

Does nothing to the body

Link to this section Functions

Does nothing to the body.

Examples

iex> Conduit.Encoding.Identity.decode("{}", [])
"{}"

Does nothing to the body.

Examples

iex> Conduit.Encoding.Identity.encode("{}", [])
"{}"