khttp icon indicating copy to clipboard operation
khttp copied to clipboard

Kotlin HTTP requests library. Similar to Python requests.

Results 54 khttp issues
Sort by recently updated
recently updated
newest added

khttp version is 1.0.0 When calling HTTP PUT to a url, i keep getting below error ``` java.lang.reflect.InaccessibleObjectException: Unable to make field private java.lang.String java.net.URL.host accessible: module java.base does not...

Is someone aware of alternative to this abandoned project? (and yes, noone is obligated to maintain their open source project - but I prefer to use projects which are not...

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.

I found an issue with cookie extraction on our test environment: Upon further investigation, we realised the issue has to do with the `set-cookie` header (and potentially other headers?) not...

I just ignore the case, since headers are not case sensitive in the first place and it is a mistake to assume case. Closes #52

With jcenter turning off soon does this have a new nexus home?

**Description** The class ``khttp.requests.GenericRequest`` uses reflection to access the setter for ``URL#host`` and ``URL#authority`` ![image](https://user-images.githubusercontent.com/71222289/113514547-22073580-9567-11eb-890b-023fc5bae40d.png) On JDK 11+, this causes a warning to be printed to the console, which will...

We work in our project with Khttp and toady we have issue get the resource > Could not resolve khttp:khttp:0.1.0. > Could not get resource 'https://jcenter.bintray.com/khttp/khttp/0.1.0/khttp-0.1.0.pom'. > Could not GET...

While using khttp 1.0.0 for a while now for a simple get rest call i stumbled on a noClassDefFoundError at an http get with khttp: ``` Exception in thread "main"...