How to send an HTTP response in chunks? Chunked Transfer Encoding
HTTP provides (RFC 9112) a way for sending several chunks back by a server as a response to the request. Let’s see how to communication looks like. Communication A client sends a normal request, like for example: And a server responds in several chunks like: Response structure Each chunk contains at least two parts:– size …
How to send an HTTP response in chunks? Chunked Transfer Encoding Czytaj dalej »