RFC 7230 defines chunked encoding and states :
The chunked encoding allows each chunk to include zero or more chunk extensions, immediately following the chunk-size, for the sake of supplying per-chunk metadata (such as a signature or hash), mid-message control information, or randomization of message body size.
But I can't find a list of these extensions, would someone know where to find it?