jar

io.github.zicheng2019 : cxhttp

Maven & Gradle

Jun 02, 2023
12 stars

cxhttp · Network request framework based on kotlin coroutine and okhttp3 package

Table Of Contents

Latest Version

Download io.github.zicheng2019 : cxhttp JAR file - Latest Versions:

All Versions

Download io.github.zicheng2019 : cxhttp 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 cxhttp-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zicheng.net.cxhttp

├─ com.zicheng.net.cxhttp.CxHttp.class - [JAR]

├─ com.zicheng.net.cxhttp.CxHttpHelper.class - [JAR]

com.zicheng.net.cxhttp.exception

├─ com.zicheng.net.cxhttp.exception.CxHttpException.class - [JAR]

com.zicheng.net.cxhttp.hook

├─ com.zicheng.net.cxhttp.hook.HookRequest.class - [JAR]

├─ com.zicheng.net.cxhttp.hook.HookResult.class - [JAR]

├─ com.zicheng.net.cxhttp.hook.NothingHook.class - [JAR]

com.zicheng.net.cxhttp.request

├─ com.zicheng.net.cxhttp.request.GetRequest.class - [JAR]

├─ com.zicheng.net.cxhttp.request.MultipartRequestBody.class - [JAR]

├─ com.zicheng.net.cxhttp.request.PostFileRequest.class - [JAR]

├─ com.zicheng.net.cxhttp.request.PostFormRequest.class - [JAR]

├─ com.zicheng.net.cxhttp.request.PostRequest.class - [JAR]

├─ com.zicheng.net.cxhttp.request.Request.class - [JAR]

com.zicheng.net.cxhttp.call

├─ com.zicheng.net.cxhttp.call.CxHttpCall.class - [JAR]

├─ com.zicheng.net.cxhttp.call.OkHttp3Call.class - [JAR]

com.zicheng.net.cxhttp.converter

├─ com.zicheng.net.cxhttp.converter.CxHttpConverter.class - [JAR]

├─ com.zicheng.net.cxhttp.converter.JacksonConverter.class - [JAR]

├─ com.zicheng.net.cxhttp.converter.RequestBodyConverter.class - [JAR]

├─ com.zicheng.net.cxhttp.converter.ResponseConverter.class - [JAR]

com.zicheng.net.cxhttp.entity

├─ com.zicheng.net.cxhttp.entity.CxHttpResult.class - [JAR]

├─ com.zicheng.net.cxhttp.entity.HttpResult.class - [JAR]

├─ com.zicheng.net.cxhttp.entity.JacksonType.class - [JAR]

├─ com.zicheng.net.cxhttp.entity.ParameterizedTypeImpl.class - [JAR]

├─ com.zicheng.net.cxhttp.entity.Response.class - [JAR]

├─ com.zicheng.net.cxhttp.entity.UploadFileWrapper.class - [JAR]

Advertisement