Modules
- Built-in
parse_envfunctions. - Built-in
mergefunctions. - Built-in
validatefunctions.
Macros
Structs
Enums
Traits
Functions
- Returns true if the value looks like a file, by checking for
file://, path separators, or supported file extensions. - Returns true if the value is a secure URL, by checking for
https://. This check can be bypassed for localhost URLs. - Returns true if the value ends in a supported file extension.
- Returns true if the value looks like a URL, by checking for
http://,https://, orwww.