mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add UniformResourceLocator::empty
This commit is contained in:
@@ -69,6 +69,11 @@ UniformResourceLocator& UniformResourceLocator::operator= (UniformResourceLocato
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
bool UniformResourceLocator::empty () const
|
||||
{
|
||||
return m_scheme == String::empty;
|
||||
}
|
||||
|
||||
String UniformResourceLocator::scheme () const
|
||||
{
|
||||
return m_scheme;
|
||||
|
||||
Reference in New Issue
Block a user