Module vibe.inet.url
URL parsing routines.
Functions
Name | Description |
---|---|
isCommonInternetSchema(schema)
|
Determines whether an URL schema is double-slash based. |
isValidHostName(name)
|
|
isValidSchema(schema)
|
|
parseUserURL(url, default_schema)
|
Parses a user-provided URL with relaxed rules. |
registerCommonInternetSchema(schema)
|
|
registerCommonInternetSchema(schema, port)
|
Adds the name of a schema to be treated as double-slash style. |
Structs
Name | Description |
---|---|
URL
|
Represents a URL decomposed into its components. |