object Query
- Source
- Query.scala
- Alphabetic
- By Inheritance
- Query
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- def apply(xs: (String, Option[String])*): Query
-
val
blank: Query
Represents a query string with no keys or values:
?
- implicit val catsInstancesForHttp4sQuery: Hash[Query] with Order[Query] with Show[Query]
-
val
empty: Query
Represents the absence of a query string.
-
def
fromMap(map: Map[String, Seq[String]]): Query
Build a Query from the
Map
structure - def fromPairs(xs: (String, String)*): Query
- def fromVector(xs: Vector[(String, Option[String])]): Query
-
def
unsafeFromString(query: String): Query
Generate a Query from its
String
representation