ada_get_password

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

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

Parameters

result ada_url

The ada_url handle.

Return Value

An ada_string containing the password.

Meta