Module path

Module path 

Source
Expand description

Representation of evaluation paths that support URLs.

Enums§

EvaluationPath
Represents a path used in evaluation that may be either local or remote.

Functions§

is_file_url
Determines if the given string is prefixed with a file URL scheme.
is_url
Determines if the given string is prefixed with a supported URL scheme.
parse_url
Parses a string into a URL.