Skip to content

[docs] Quick Look discussion appears to be out of date #996

@LegalizeAdulthood

Description

@LegalizeAdulthood

In the example above, the memory owned by str can be reused to store other results. This is also useful when manipulating URLs:

u1.set_host(u2.host());

u1 is declared as a url_view and is therefore immutable, so you can't call set_host on it.

url_view u1 = parse_uri( "http://www.example.com" ).value();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions