AdaUrl.getProtocol

Retrieves the protocol component of the URL (e.g., "http:").

struct AdaUrl
@nogc nothrow
string
getProtocol
()

Return Value

Type: string

A string representing the protocol.

Meta