Documentation
¶
Overview ¶
Package sessionaffinity defines the root transport contract for mecatl's optional session routing hint. The header grants no authority.
Index ¶
Constants ¶
View Source
const ( // HeaderName is the canonical HTTP/gRPC metadata field name. HeaderName = "X-Mecatl-Session-ID" // MaxValueBytes bounds the exact field value accepted at transport ingress. MaxValueBytes = 256 )
Variables ¶
This section is empty.
Functions ¶
func ValidValue ¶
ValidValue reports whether value can be carried unchanged by HTTP and gRPC. It deliberately performs no trimming, encoding, or other normalization.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.