Select

org.http4s.Header$.Select
See theSelect companion object
sealed trait Select[A]

Abstracts over Single and Recurring Headers

Attributes

Companion
object
Source
Header.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type F[_]

Attributes

Source
Header.scala

Value members

Abstract methods

def from(headers: List[Raw]): Option[Ior[NonEmptyList[ParseFailure], F[A]]]

Selects this header from a list of Header.Raw

Selects this header from a list of Header.Raw

Attributes

Source
Header.scala
def toRaw(a: F[A]): NonEmptyList[Raw]

Transform this (potentially repeating) header into a Header.Raw

Transform this (potentially repeating) header into a Header.Raw

Attributes

Source
Header.scala
def toRaw1(a: A): Raw

Transform this header into a Header.Raw

Transform this header into a Header.Raw

Attributes

Source
Header.scala