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.
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.