Liberator.Resource.can_post_to_gone-question-mark
You're seeing just the callback
can_post_to_gone-question-mark
, go back to Liberator.Resource module for more information.
Specs
can_post_to_gone?(Plug.Conn.t()) :: true | false
Decide if we can process a POST
to a resource that existed before, or return a 410 Gone response.
By default, always returns false
.