khttp
khttp copied to clipboard
when using post method, the Content-length is mandatory
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.