TagReader

com.ovoenergy.natchez.extras.http4s.Configuration$.TagReader
See theTagReader companion object
final case class TagReader[F[_], -A](value: Kleisli[F, A, Tags]) extends AnyVal

A tag reader is essentially a function from an HTTP message to F[Tags] We need the effect because some tags may involve streaming the entity body

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product