Does chunked http response also contain header?
I heard when we send http response with Transfer-encoding: chunked
header, http message is sent as chunk separately.
Http chunked eesponse
When the server sends chunked response to the client, does each chunk has its own header and body?