HTTPTransactionHandler.onChunkHeader

Can be called multiple times per transaction. If you had previously called pauseIngress(), this callback will be delayed until you call resumeIngress(). This signifies the beginning of a chunk of length 'length'. You will receive onBody() after this. Also, the length will be greater than zero.

interface HTTPTransactionHandler
void
onChunkHeader
(
size_t length
)

Meta