Query

org.http4s.Query$
See theQuery companion class
object Query

Attributes

Companion:
class
Source:
Query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type

Members list

Concise view

Type members

Types

Attributes

Source:
Query.scala

Value members

Concrete methods

def apply(xs: (String, Option[String])*): Query

Attributes

Source:
Query.scala

Build a Query from the Map structure

Build a Query from the Map structure

Attributes

Source:
Query.scala

Attributes

Source:
Query.scala

Attributes

Source:
Query.scala

Generate a Query from its String representation

Generate a Query from its String representation

If parsing fails, the empty Query is returned

Attributes

Source:
Query.scala

Deprecated methods

def fromString(query: String): Query

Attributes

Deprecated
[Since version 0.22.0-M6] Use unsafeFromString instead
Source:
Query.scala

Concrete fields

Represents a query string with no keys or values: ?

Represents a query string with no keys or values: ?

Attributes

Source:
Query.scala

Represents the absence of a query string.

Represents the absence of a query string.

Attributes

Source:
Query.scala

Implicits

Implicits

Attributes

Source:
Query.scala