jar

io.github.nestigogroup : jhttpclient

Maven & Gradle

Apr 04, 2023
0 stars

JHttpClient · Simplified Java Http Client based on the Java 11 HttpClient

Table Of Contents

Latest Version

Download io.github.nestigogroup : jhttpclient JAR file - Latest Versions:

All Versions

Download io.github.nestigogroup : jhttpclient JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 jhttpclient-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nestigogroup.jhttpclient.exceptions

├─ io.github.nestigogroup.jhttpclient.exceptions.ObjectMappingException.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.exceptions.RuntimeObjectMappingException.class - [JAR]

io.github.nestigogroup.jhttpclient.internal

├─ io.github.nestigogroup.jhttpclient.internal.AsyncHttpClient.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.internal.BlockingHttpClient.class - [JAR]

io.github.nestigogroup.jhttpclient.responses

├─ io.github.nestigogroup.jhttpclient.responses.BinaryResponse.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.responses.FileResponse.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.responses.MappedResponse.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.responses.NoBodyResponse.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.responses.StringResponse.class - [JAR]

io.github.nestigogroup.jhttpclient

├─ io.github.nestigogroup.jhttpclient.App.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.AsyncRestClient.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.AsyncRestJsonClient.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.RestClient.class - [JAR]

├─ io.github.nestigogroup.jhttpclient.RestJsonClient.class - [JAR]

io.github.nestigogroup.jhttpclient.interfaces

├─ io.github.nestigogroup.jhttpclient.interfaces.IObjectMapper.class - [JAR]

io.github.nestigogroup.jhttpclient.helpers

├─ io.github.nestigogroup.jhttpclient.helpers.RequestHelper.class - [JAR]