AdaUrl.hasSearch

Checks if the URL has a search (query) component.

struct AdaUrl
@nogc nothrow
bool
hasSearch
()

Return Value

Type: bool

true if a query is present, false otherwise.

Meta