Reactor
Installation
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-reactor:<latest-version>'Usage
Responses
Fuel.get("https://icanhazdadjoke.com")
.header(Headers.ACCEPT to "text/plain")
.monoString()
.subscribe(::println)Last updated
Was this helpful?