ada_copy

Creates a copy of a parsed URL.

extern (C) @nogc nothrow @safe @trusted
ada_copy
()

Parameters

input ada_url

The ada_url handle to copy.

Return Value

Type: ada_url

A new ada_url handle, which must be freed with ada_free.

Meta