jar

cn.refacter : easy-http

Maven & Gradle

Nov 12, 2022
3 stars

easy-http · easy http request for spring boot project

Table Of Contents

Latest Version

Download cn.refacter : easy-http JAR file - Latest Versions:

All Versions

Download cn.refacter : easy-http JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
v1.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 easy-http-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.refacter.easy.http.converter.json

├─ cn.refacter.easy.http.converter.json.EasyHttpFastJsonConverter.class - [JAR]

├─ cn.refacter.easy.http.converter.json.EasyHttpGsonConverter.class - [JAR]

├─ cn.refacter.easy.http.converter.json.EasyHttpJacksonConverter.class - [JAR]

├─ cn.refacter.easy.http.converter.json.EasyHttpJsonConverter.class - [JAR]

cn.refacter.easy.http.constant

├─ cn.refacter.easy.http.constant.HttpMethod.class - [JAR]

cn.refacter.easy.http.config

├─ cn.refacter.easy.http.config.EasyHttpGlobalConfiguration.class - [JAR]

├─ cn.refacter.easy.http.config.HttpAutoConfiguration.class - [JAR]

cn.refacter.easy.http.proxy

├─ cn.refacter.easy.http.proxy.EasyHttpClientProxyFactoryBean.class - [JAR]

├─ cn.refacter.easy.http.proxy.EasyHttpClientProxyHandler.class - [JAR]

├─ cn.refacter.easy.http.proxy.EasyHttpClientProxyRegister.class - [JAR]

cn.refacter.easy.http.exception

├─ cn.refacter.easy.http.exception.EasyHttpRuntimeException.class - [JAR]

cn.refacter.easy.http.annotations

├─ cn.refacter.easy.http.annotations.EnableHttpClient.class - [JAR]

├─ cn.refacter.easy.http.annotations.HttpBody.class - [JAR]

├─ cn.refacter.easy.http.annotations.HttpParam.class - [JAR]

├─ cn.refacter.easy.http.annotations.HttpRequest.class - [JAR]

cn.refacter.easy.http

├─ cn.refacter.easy.http.PackageInfo.class - [JAR]

cn.refacter.easy.http.callback

├─ cn.refacter.easy.http.callback.LifeCycleCallBack.class - [JAR]

├─ cn.refacter.easy.http.callback.OnError.class - [JAR]

├─ cn.refacter.easy.http.callback.OnRetry.class - [JAR]

├─ cn.refacter.easy.http.callback.OnSuccess.class - [JAR]

cn.refacter.easy.http.interceptor

├─ cn.refacter.easy.http.interceptor.Interceptor.class - [JAR]

cn.refacter.easy.http.base

├─ cn.refacter.easy.http.base.EasyHttpRequest.class - [JAR]

├─ cn.refacter.easy.http.base.ProxyMetaData.class - [JAR]

cn.refacter.easy.http.utils

├─ cn.refacter.easy.http.utils.ClassUtils.class - [JAR]

├─ cn.refacter.easy.http.utils.EasyHttpRequestSupport.class - [JAR]

├─ cn.refacter.easy.http.utils.HttpClientEnum.class - [JAR]

├─ cn.refacter.easy.http.utils.HttpClientRequestWrapper.class - [JAR]

├─ cn.refacter.easy.http.utils.HttpRequestWrapperFactory.class - [JAR]

├─ cn.refacter.easy.http.utils.OkHttpRequestWrapper.class - [JAR]

cn.refacter.easy.http.converter

├─ cn.refacter.easy.http.converter.PackageInfo.class - [JAR]

cn.refacter.easy.http.utils.param

├─ cn.refacter.easy.http.utils.param.RequestParamSplice.class - [JAR]