QueryParams

zio.http.QueryParams$
See theQueryParams companion class
object QueryParams

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(tuples: (String, Chunk[String])*): QueryParams
def apply(tuple1: (String, String), tuples: (String, String)*): QueryParams
def decode(queryStringFragment: String, charset: Charset): QueryParams

Decodes the specified string into a collection of query parameters.

Decodes the specified string into a collection of query parameters.

Attributes

def fromForm(form: Form): QueryParams

Constructs query parameters from a form.

Constructs query parameters from a form.

Attributes

Concrete fields

Empty query parameters.

Empty query parameters.

Attributes