Validate values of args against validators in validator.
Parameters: |
|
---|---|
Returns: | True if validation succeeds. Otherwise False. |
A validator should be a callable which accepts 1 argument and which returns True if the argument passes validation. False otherwise. A validator should not raise an exception to indicate validity of the argument.
Only validates keys which show up in both args and validator.
True if val is matched by the path component grammar in rfc3986.
Check if the user_data is encoded properly.