ParamReservedExp

org.http4s.UriTemplate$.ParamReservedExp
See theParamReservedExp companion object
final case class ParamReservedExp(name: String, variables: List[String]) extends QueryDef

Reserved string expansion for query parameter

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product