URI.this

Parses @uri_string relative to @base.

  1. this(SoupURI* soupURI, bool ownedRef)
  2. this(string uriString)
  3. this(URI base, string uriString)
    class URI
    this
    (,
    string uriString
    )

Parameters

base URI

a base URI

uriString string

the URI

Return Value

a parsed #SoupURI.

Throws

ConstructionException GTK+ fails to create the object.

Meta