zio.http.codec.SegmentCodec
See theSegmentCodec companion trait
object SegmentCodec
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
SegmentCodec.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Concrete fields
Implicits
Implicits
Ordering for SegmentCodec that ensures Trailing is always sorted to the end, while maintaining the existing order for all other segment codec types. We use this to ensure that Trailing segments are always matched last and more specific segments are matched first.
Ordering for SegmentCodec that ensures Trailing is always sorted to the end, while maintaining the existing order for all other segment codec types. We use this to ensure that Trailing segments are always matched last and more specific segments are matched first.
Attributes
In this article