jar

io.github.zskamljic : rest-ahead-client

Maven & Gradle

Apr 02, 2022
3 usages
13 stars

Libraries to define basic HTTP client wrapper and logic to use generated REST services akin to Retrofit and Feign.

Table Of Contents

Latest Version

Download io.github.zskamljic : rest-ahead-client JAR file - Latest Versions:

All Versions

Download io.github.zskamljic : rest-ahead-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.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 rest-ahead-client-0.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.zskamljic.restahead.client.requests

├─ io.github.zskamljic.restahead.client.requests.MultiPartRequest.class - [JAR]

├─ io.github.zskamljic.restahead.client.requests.Request.class - [JAR]

├─ io.github.zskamljic.restahead.client.requests.Verb.class - [JAR]

io.github.zskamljic.restahead.intercepting

├─ io.github.zskamljic.restahead.intercepting.Chain.class - [JAR]

├─ io.github.zskamljic.restahead.intercepting.Interceptor.class - [JAR]

io.github.zskamljic.restahead.adapter

├─ io.github.zskamljic.restahead.adapter.DefaultAdapters.class - [JAR]

io.github.zskamljic.restahead.client

├─ io.github.zskamljic.restahead.client.Client.class - [JAR]

├─ io.github.zskamljic.restahead.client.JavaHttpClient.class - [JAR]

io.github.zskamljic.restahead.client.requests.parts

├─ io.github.zskamljic.restahead.client.requests.parts.FieldPart.class - [JAR]

├─ io.github.zskamljic.restahead.client.requests.parts.FilePart.class - [JAR]

├─ io.github.zskamljic.restahead.client.requests.parts.MultiPart.class - [JAR]

io.github.zskamljic.restahead

├─ io.github.zskamljic.restahead.RestAhead.class - [JAR]

io.github.zskamljic.restahead.conversion

├─ io.github.zskamljic.restahead.conversion.Converter.class - [JAR]

├─ io.github.zskamljic.restahead.conversion.GenericReference.class - [JAR]

├─ io.github.zskamljic.restahead.conversion.MapFormConverter.class - [JAR]

io.github.zskamljic.restahead.client.responses

├─ io.github.zskamljic.restahead.client.responses.BodyAndErrorResponse.class - [JAR]

├─ io.github.zskamljic.restahead.client.responses.BodyResponse.class - [JAR]

├─ io.github.zskamljic.restahead.client.responses.Response.class - [JAR]

io.github.zskamljic.restahead.intercepting.logging

├─ io.github.zskamljic.restahead.intercepting.logging.BodyLoggingException.class - [JAR]

├─ io.github.zskamljic.restahead.intercepting.logging.LoggingInterceptor.class - [JAR]

├─ io.github.zskamljic.restahead.intercepting.logging.RequestLogger.class - [JAR]

io.github.zskamljic.restahead.util

├─ io.github.zskamljic.restahead.util.StringMultiMap.class - [JAR]

io.github.zskamljic.restahead.exceptions

├─ io.github.zskamljic.restahead.exceptions.RequestFailedException.class - [JAR]

├─ io.github.zskamljic.restahead.exceptions.RestException.class - [JAR]

Advertisement