Forwarded

org.http4s.headers.Forwarded$
See theForwarded companion class
object Forwarded

Attributes

Companion:
class
Source:
Forwarded.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Element

Enables the following construction syntax (which preserves type safety and consistency):

Enables the following construction syntax (which preserves type safety and consistency):

 Element
   .fromBy(<by-node>)
   .withFor(<for-node>)
   .withHost(<host>)
   .withProto(<schema>)`

Attributes

Companion:
trait
Source:
Forwarded.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Element.type
sealed trait Element extends Renderable

Attributes

Companion:
object
Source:
Forwarded.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class Host

Attributes

Companion:
object
Source:
Forwarded.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Host

Attributes

Companion:
class
Source:
Forwarded.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Host.type
final case class Node(nodeName: Name, nodePort: Option[Port])

Attributes

Companion:
object
Source:
Forwarded.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Node

Attributes

Companion:
class
Source:
Forwarded.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Node.type

Types

type Proto = Scheme

Attributes

Source:
Forwarded.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(head: Element, tail: Element*): Forwarded

Attributes

Source:
Forwarded.scala

Inherited methods

protected def renderElement(writer: Writer, elem: Element): Writer

Attributes

Inherited from:
ForwardedRenderers (hidden)
Source:
ForwardedRenderers.scala

Concrete fields

final val PortMax: 65535

Attributes

Source:
Forwarded.scala
final val PortMin: 0

Attributes

Source:
Forwarded.scala
val Proto: Scheme.type

Attributes

Source:
Forwarded.scala

Attributes

Source:
Forwarded.scala

Implicits

Implicits

Attributes

Source:
Forwarded.scala

Inherited implicits

Attributes

Inherited from:
ForwardedRenderers (hidden)
Source:
ForwardedRenderers.scala

Attributes

Inherited from:
ForwardedRenderers (hidden)
Source:
ForwardedRenderers.scala

Attributes

Inherited from:
ForwardedRenderers (hidden)
Source:
ForwardedRenderers.scala

Attributes

Inherited from:
ForwardedRenderers (hidden)
Source:
ForwardedRenderers.scala