Gets the protocol component of the URL.
std::string protocol() const;
Return Value
A string specifying the protocol of the URL. Examples include http, https or file.
http
https
file