ParamElm

org.http4s.UriTemplate$.ParamElm
See theParamElm companion object
final case class ParamElm(name: String, values: List[String]) extends QueryDef

Static query parameter element

Attributes

Companion:
object
Source:
UriTemplate.scala
Graph
Supertypes
trait Product
trait Equals
trait QueryDef
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product