
chunkframing
Index
Constants
MaxChunkSizeBytes caps a single declared chunk during validation. AWS SDKs default to 64 KiB; values beyond this threshold are treated as a negative signal.
MinProbeBytes is the minimum head-window size required to validate the unsigned variant across two consecutive 64 KiB chunks.
type Variant
Variant names a recognised flavour of aws-chunked framing.
func Detect
Detect classifies the head of an object body. Returns the recognised variant when bytes match a chunked-framing layout, or VariantNone when they look like ordinary content.
Generated by gomarkdoc