Liberator.Resource.post_to_missing-question-mark

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

post_to_missing?(arg1)

View Source (since 1.0)

Specs

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

Check if the request method is POST to a resource that doesn't exist.

Used internally; it is not advised to override this function.