I’d like to test (via automated test) how server (and all proxies in-the-middle) responds to a PUT request without body and Content-Length header. Similar to what curl does with Apache HTTP client (4.5.13) But it looks like it always adds Content-Length header if I specify no body. Is there any way to do that with Apache HTTP client? Already tried