vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.inet.url

URL parsing routines.

Functions

NameDescription
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

NameDescription
URL Represents a URL decomposed into its components.
Authors

Sönke Ludwig

Copyright

© 2012-2017 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.