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