The CAF HTTP Client unconditionally uses HTTP/1.1 for requests but does not support Chunked Transfer Encoding. RFC 9112 states all recipients must be able to parse and decode this encoding. Unfortunately, this means the client cannot really be used at all in practical scenarios.
The CAF HTTP Client unconditionally uses
HTTP/1.1for requests but does not support Chunked Transfer Encoding. RFC 9112 states all recipients must be able to parse and decode this encoding. Unfortunately, this means the client cannot really be used at all in practical scenarios.