dlib.network.url

URL parser

Members

Enums

Component
enum Component

Contains possible URL components that can be returned from $(D_PSYMBOL parseURL).

Functions

parseURL
U parseURL(U source)
auto parseURL(U source)
ushort parseURL(U source)

Attempts to parse an URL from a string.

Structs

URL
struct URL(U = string)

A Unique Resource Locator.

Meta

Authors

Eugene Wissner