...
In reception, nothing needs to be done by the Application since the µC/HTTP-client stack supports it by default. HTTP Response body will be received by the application in the hook function (see Response Body Hook) regardless of whether it was received with the Chunked Transfer Encoding or not.
In transmission, a hook function (see Request Body Hook) needs to be set up to transmit data with the Chunked Transfer Encoding.
...