fitialovks

Results 1 issues of fitialovks

Sometimes AHC is used to interact with crappy servers and full control over headers is required. In AHC 2.1 `Content-Type` header is modified regardless of my input: ``` httpClient.preparePost(authenticationUrl) .setBody(byte[])...