Liberator.Resource.method_allowed-question-mark

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

method_allowed?(arg1)

View Source (since 1.0)

Specs

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

Check if the server supports the request's HTTP method.

Override allowed_methods/1 instead of this function to let this plug perform the check for you.

By default, allows the methods returned by allowed_methods/1.