http-client-common icon indicating copy to clipboard operation
http-client-common copied to clipboard

Kotlin multiplatform http-client

Results 2 http-client-common issues
Sort by recently updated
recently updated
newest added

Current API is promise-based, you can't do something like val body = client.request().blockingGet().body especially on iOS. Blocking calls are particularly useful for tests but we're using them in app code,...

Implementation itself is pretty trivial, but the most important part is option to pass actual httpclient instance.