khttp icon indicating copy to clipboard operation
khttp copied to clipboard

when using post method, the Content-length is mandatory

Open AarshShah33 opened this issue 2 years ago • 0 comments

Despite providing the Content-length as 0 by headers = mapOf("Content-length" to "0") it still gives the same error that the content length header is required.

AarshShah33 avatar May 13 '22 10:05 AarshShah33