Uri.this

Construct a Uri from the given components. The query is optional.

  1. this()
  2. this(const(char)[] uri)
  3. this(const(char)[] scheme, const(char)[] host, const(char)[] path, const(char)[] query)
    class Uri
    this
    (
    const(char)[] scheme
    ,
    const(char)[] host
    ,
    const(char)[] path
    ,
    const(char)[] query = null
    )
  4. this(UriView other)

Meta