zio.http.Header.Via
See theVia companion trait
object Via extends HeaderType
The Via general header is added by proxies, both forward and reverse, and can appear in the request or response headers. It is used for tracking message forwards, avoiding request loops, and identifying the protocol capabilities of senders along the request/response chain
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
Via.type
Members list
Type members
Classlikes
final case class Multiple(values: NonEmptyChunk[Via]) extends Via
object ReceivedProtocol
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ReceivedProtocol.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ProtocolVersionclass Version
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article