ada_get_pathname

Retrieves the pathname component of a parsed URL. Returns an empty string if the URL is invalid or no pathname is present.

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

Parameters

result ada_url

The ada_url handle.

Return Value

An ada_string containing the pathname.

Meta