Liberator.Resource.post_redirect-question-mark

You're seeing just the callback post_redirect-question-mark, go back to Liberator.Resource module for more information.
Link to this callback

post_redirect?(arg1)

View Source (since 1.0)

Specs

post_redirect?(Plug.Conn.t()) :: true | false

Decide if the response should redirect after a POST.

By default, always returns false.