Example, setup is almost zero. You need only one l...
# kotlin-fuel
k
Example, setup is almost zero. You need only one line to perform network request.
Copy code
"<http://www.example.com/test>".httpGet().response { request, response, either -> }