Liberator.Resource.post_enacted-question-mark

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

post_enacted?(arg1)

View Source (since 1.0)

Specs

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

Check if the POST request was processed. Return false here if the request was put on some processing queue and the post was not actually enacted yet. Returning false here would return a 202 Accepted instead of some other response.

By default, always returns true.