UriParams

object UriParams extends Module[UriParams]
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def fromVector(v: Vector[(String, String)]): UriParams
Definition Classes
def parse(body: String): UriParams

Inherited methods

final
def apply(kvs: (String, String)*): UriParams
Inherited from
Module
final
def fromJavaMultimap[C <: Collection[String]](multimap: Map[String, C]): UriParams
Inherited from
Module
final
def fromMap(m: Map[String, String]): UriParams
Inherited from
Module
final
def fromMultimap[C <: Iterable[String]](m: Map[String, C]): UriParams
Inherited from
Module
final
def fromSeq(s: Seq[(String, String)]): UriParams
Inherited from
Module

Inherited fields

final
Inherited from
Module

Implicits

Inherited implicits

final implicit
def univEq: UnivEq[UriParams]
Inherited from
Module