QueryParams

zio.http.QueryParams
See theQueryParams companion trait
object QueryParams

Attributes

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

Members list

Value members

Concrete methods

def apply(map: Map[String, List[String]]): QueryParams
def apply(map: LinkedHashMap[String, List[String]]): QueryParams
def apply(map: Map[String, Chunk[String]]): QueryParams
def apply(tuples: (String, Chunk[String])*): QueryParams
def apply(tuple1: (String, String), tuples: (String, String)*): QueryParams

Construct from tuples of k, v with singular v

Construct from tuples of k, v with singular v

Attributes

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