-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
enhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Description
it may be worth adding a separate method, validators.uri()
https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
validators.url() could then be validators.uri.url() (while retaining validators.url() for backwards compatibility).
this would also allow file paths to be validated, e.g.
validators.uri.file('file:///tmp/file.txt')
IRC connections:
validators.uri.irc('irc://irc.freenode.org:6667/#somechannel
etc.
For official specification, see RFC3986 § 3.
maaaaz, elda27 and reneleonhardt
Metadata
Metadata
Assignees
Labels
enhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months