io.lemonlabs.uri.AbsolutePath
See theAbsolutePath companion object An AbsolutePath is a path that starts with a slash
Attributes
- Companion:
- object
- Graph
- Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Always returns false as we always have at least a leading slash
Always returns false as we always have at least a leading slash
Attributes
Attributes
- Definition Classes
Attributes
- Inherited from:
- Path
Returns this path normalized according to
RFC 3986
Returns this path normalized according to
RFC 3986
Attributes
- Inherited from:
- UrlPath
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Inherited from:
- Path
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
Attributes
- Returns:
String containing the raw path for this Uri
- Inherited from:
- Path