UriParams

final case class UriParams(asVector: Vector[(String, String)]) extends AnyVal
Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def add(key: String, value: String): UriParams
def asString: String
def delete(key: String): UriParams
def get(key: String): Vector[String]
def isEmpty: Boolean
def nonEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product