pipeline v0.1.0 Pipeline.Plug.Util

Summary

Functions

Set the contents of the response body. Unfortunately Plug has no function to do this natively (you’re always forced to set the status too) so we have our own here

Functions

put_resp(conn, content)

Set the contents of the response body. Unfortunately Plug has no function to do this natively (you’re always forced to set the status too) so we have our own here.