Uri.this

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

  1. this(uint initial_buffer_size)
  2. this(cstring uri)
  3. this(cstring scheme, cstring host, cstring path, cstring query)
    class Uri
    this
    (
    cstring scheme
    ,
    cstring host
    ,
    cstring path
    ,
    cstring query = null
    )
  4. this(UriView other)

Meta