jar

org.dxworks.utils : kotlin-rest-client

Maven & Gradle

Sep 05, 2021
0 stars

Kotlin Rest Client · A starter library for building Rest API clients built on top of the Google Java Http Client

Table Of Contents

Latest Version

Download org.dxworks.utils : kotlin-rest-client JAR file - Latest Versions:

All Versions

Download org.dxworks.utils : kotlin-rest-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-rest-client-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dxworks.utils.java.rest.client.providers

├─ org.dxworks.utils.java.rest.client.providers.AuthenticationProvider.class - [JAR]

├─ org.dxworks.utils.java.rest.client.providers.BasicAuthenticationProvider.class - [JAR]

├─ org.dxworks.utils.java.rest.client.providers.BearerTokenAuthenticationProvider.class - [JAR]

├─ org.dxworks.utils.java.rest.client.providers.CompositeHttpRequestInitializer.class - [JAR]

├─ org.dxworks.utils.java.rest.client.providers.CookieAuthenticationProvider.class - [JAR]

org.dxworks.utils.java.rest.client.utils

├─ org.dxworks.utils.java.rest.client.utils.JsonMapper.class - [JAR]

org.dxworks.utils.java.rest.client

├─ org.dxworks.utils.java.rest.client.HttpClient.class - [JAR]

├─ org.dxworks.utils.java.rest.client.PathResolver.class - [JAR]

├─ org.dxworks.utils.java.rest.client.RestClient.class - [JAR]

org.dxworks.utils.java.rest.client.response

├─ org.dxworks.utils.java.rest.client.response.HttpResponse.class - [JAR]

Advertisement