AdaUrl.getOrigin

Retrieves the origin of the URL (e.g., protocol + host + port).

struct AdaUrl
@nogc nothrow
string
getOrigin
()

Return Value

Type: string

A string representing the URL's origin.

Meta