HeaderLike

org.http4s.blaze.http.util.HeaderLike
See theHeaderLike companion object
trait HeaderLike[T]

Operations that are useful for packing and unpacking header representations

Attributes

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

Members list

Value members

Abstract methods

def getKey(header: T): String

Attributes

Source
HeaderLike.scala
def getValue(header: T): String

Attributes

Source
HeaderLike.scala
def make(key: String, value: String): T

Attributes

Source
HeaderLike.scala