SchemaVisitorHeaderMerge
smithy4s.http.internals.SchemaVisitorHeaderMerge
object SchemaVisitorHeaderMerge extends Default[AwsMergeableHeader]
A schema visitor that allows to merge several values into a single, comma-separated header value. The logic for quoting is meant to abide by AWS' convoluted standards.
Attributes
- Graph
-
- Supertypes
-
trait Default[AwsMergeableHeader]trait SchemaVisitor[AwsMergeableHeader]class Objecttrait Matchableclass AnyShow all
- Self type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- PolyFunction
Attributes
- Inherited from:
- SchemaVisitor
override def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]): F[C[A]]
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Definition Classes
- Inherited from:
- Default
override def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): F[U]
Attributes
- Definition Classes
- Inherited from:
- Default
Attributes
- Inherited from:
- PolyFunction
In this article