Liberator.Resource.uri_too_long-question-mark

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

uri_too_long?(arg1)

View Source (since 1.0)

Specs

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

Checks the length of the URI.

If this function returns true, then the plug will return a 414 URI Too Long response.

By default, always returns false.