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 Serializable
trait Product
trait Equals
trait QueryDef
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product