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

When I make a `GET` request to an endpoint that reroutes the protocol, say `http://example.com` gives a 301 > `https://example.com`, parameters in the parameter map are applied to the uri...

bug

Warning:WARNING: Dependency org.json:json:20150729 is ignored for debug as it may be conflicting with the internal version provided by Android. Warning:WARNING: Dependency org.json:json:20150729 is ignored for release as it may be...

Hi, pretty new to kotlin, and just started using khttp. Looks like i found a bug, In GenericRequest.kt, if there is a customized headers map provided, especially, for header fields...

Is there a sample of creating a http browsing session? Python requests does this, and the rabbit page for khttp also says it's possible (http://khttp.readthedocs.io/en/latest/index.html#feature-support)

Hi, When depending on khttp from a Gradle project, the artifacts `spek-api` & `spek-junit-platform-engine` get pulled transitively as dependencies to production. Maybe Gradle can't handle `test-compile` & `test-runtime` tasks. These...

i am trying ot use a endpoint that sends a json chunk at a time with random intervals.. its connected to a chat server can i use a `get` method...

Hi, thanks for this library. Do you have any plans to add support for websockets? Or is there a websocket library you'd recommend in combination with khttp? Thanks.

Hi, I would like to use khttp for a small project. Unfortunately, the latest stable release 0.1.0 is quite old and doesn't even have the async API. Maybe you could...

`allprojects { repositories { google() // jcenter() jcenter({url "http://jcenter.bintray.com/"}) maven { url 'https://jitpack.io' } } } ` and `compile 'com.github.jkcclemens:khttp:0.1.0'` but once I sync gradle it will tell me the...

Please publish the package to Maven central. http://central.sonatype.org/pages/ossrh-guide.html