jar

com.saucesubfresh : open-starter-http

Maven & Gradle

Jun 01, 2023
5 stars

一个简单封装了 httpClient 和 okHttp 的工具

Table Of Contents

Latest Version

Download com.saucesubfresh : open-starter-http JAR file - Latest Versions:

All Versions

Download com.saucesubfresh : open-starter-http 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 open-starter-http-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.saucesubfresh.starter.http.properties

├─ com.saucesubfresh.starter.http.properties.HttpProperties.class - [JAR]

com.saucesubfresh.starter.http.constants

├─ com.saucesubfresh.starter.http.constants.HttpConstant.class - [JAR]

com.saucesubfresh.starter.http.executor

├─ com.saucesubfresh.starter.http.executor.AbstractHttpExecutor.class - [JAR]

├─ com.saucesubfresh.starter.http.executor.HttpClientExecutor.class - [JAR]

├─ com.saucesubfresh.starter.http.executor.HttpExecutor.class - [JAR]

├─ com.saucesubfresh.starter.http.executor.OkHttpExecutor.class - [JAR]

com.saucesubfresh.starter.http.config

├─ com.saucesubfresh.starter.http.config.HttpAutoConfiguration.class - [JAR]

com.saucesubfresh.starter.http.executor.support

├─ com.saucesubfresh.starter.http.executor.support.DefaultHttpClientExecutor.class - [JAR]

├─ com.saucesubfresh.starter.http.executor.support.DefaultOkHttpExecutor.class - [JAR]

com.saucesubfresh.starter.http.request

├─ com.saucesubfresh.starter.http.request.HttpRequest.class - [JAR]

com.saucesubfresh.starter.http.exception

├─ com.saucesubfresh.starter.http.exception.HttpException.class - [JAR]