Liberator.Resource.post_to_existing-question-mark

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

post_to_existing?(arg1)

View Source (since 1.0)

Specs

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

Check if the request method is POST for a resource that already exists.

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