Jake Wharton
Jake Wharton
The only docs are on the annotation itself: https://square.github.io/retrofit/2.x/retrofit/retrofit2/http/Streaming.html
No On Mon, Jun 6, 2016 at 10:29 PM shanghuibo [email protected] wrote: > Is there any progress in this issue? > > — > You are receiving this because you...
Yeah without a test case or reproducing sample it's impossible to see where the failure is, but ultimately it's not from Retrofit but your integration code. Making concurrent enqueue's should...
They're automatically hidden from Java since `Duration` is an `inline class`.
Unfortunately Gradle is determined to ruin all Kotlin libraries by keeping them 1-2 years behind the latest toys. See #7267.
An extension is okay, but putting it in a separate artifact doesn't really make sense.
Unfortunately not. You'd have to compile it separately and bundle its class in the JVM artifact. Not sure how you would do other targets. Although they don't need to have...
Ordering isn't strictly required, but it's convenient. The reason it works this way is because the relative path of the annotation+arguments is resolved against the base URL using standard HTTP...
Requires `CopyableThrowable` to move to stable first, unfortunately.
Not currently. I'm working on a parser for Kotlin metadata so we don't have to depend on a gigantic jar to read one isNullable boolean. On Thu, Apr 11, 2019,...