jar

io.github.zicheng1992 : cxhttp

Maven & Gradle

Aug 01, 2023
12 stars

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

Table Of Contents

Latest Version

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

All Versions

Download io.github.zicheng1992 : cxhttp JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 cxhttp-1.1.2.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.hook

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

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

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

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

com.zicheng.net.cxhttp.response

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

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

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

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

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

com.zicheng.net.cxhttp.request

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

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

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

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

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

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

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

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

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

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

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

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

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

├─ com.zicheng.net.cxhttp.request.StringPart.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.GsonConverter.class - [JAR]

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

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

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

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

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