Uri.this

  1. this(void* ptr, Flag!"Take" take)
    class Uri
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )
  2. this(string scheme, string userinfo, string host, uint port, string path, string query, string fragment)