c

org.http4s.dsl.impl

FlagQueryParamMatcher

abstract class FlagQueryParamMatcher extends AnyRef

Flag (value-less) query param extractor

Source
Path.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlagQueryParamMatcher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlagQueryParamMatcher(name: String)

Value Members

  1. def unapply(params: Map[String, Seq[String]]): Option[Boolean]