ada_get_username

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

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

Parameters

result ada_url

The ada_url handle.

Return Value

An ada_string containing the username.

Meta