HTTP Chunked Encoding. Need an example of ‘Trailer’ mentioned in SPEC
Below is a copy of an example trailer I copied from The TCP/IP Guide site. As we can see, if we want to use trailer header, we need add a “Trailer:header_name” header field with a header name and then add the trailer header entity after chunked body area. We can add 0 or more trailer … Read more