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.
Link to this callback

can_post_to_gone?(arg1)

View Source (since 1.0)

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.