[#F70CD60B81261B09A9576AD32E294224B8FDE110]
Constructor
url(url const& u);
The newly constructed object contains a copy of `u`.
this->buffer() == u.buffer() && this->buffer().data() != u.buffer().data()
Linear in `u.size()`.
Strong guarantee. Calls to allocate may throw.