Type

org.http4s.Header.Type
sealed trait Type

Classifies modelled headers into Single headers, which can only appear once, and Recurring headers, which can appear multiple times.

Attributes

Source
Header.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Recurring
class Single
In this article