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