UrlResource

kreuzberg.extras.UrlResource
See theUrlResource companion object
final case class UrlResource(str: String) extends AnyVal

Path + Query + Fragment of an URL

Note: path is not url encoded, so keep care do not have illegal characters in it.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fragment: String

Returns the fragment part.

Returns the fragment part.

Attributes

def path: String

Returns the path

Returns the path

Attributes

def query: String

Returns the query without ?

Returns the query without ?

Attributes

def queryArgs: Map[String, String]

Returns the query parameters

Returns the query parameters

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product