All the payload header fields described in RFC7230 and RFC7321 must be support for a compliant implementation. - [x] `Content-Length` - [ ] `Content-Range` - [ ] `Trailer` - [ ] `Transfer-Encoding` (#44, #45, #46, #47)
All the payload header fields described in RFC7230 and RFC7321 must be support for a compliant implementation.
Content-LengthContent-RangeTrailerTransfer-Encoding(Add support for the "chunked" Transfer Encoding #44, Add support for the "compress" transfer encoding #45, Add support for the "deflate" transfer encoding #46, Add support for the "gzip" transfer encoding #47)