Urdl C++ Library

PrevUpHomeNext
url::protocol

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.


PrevUpHomeNext