jar

com.github.hua777 : hua-http-spring-boot-starter

Maven & Gradle

May 11, 2021
4 stars

hua-http-spring-boot-starter · SpringBoot 利用註解快速的編寫 HTTP 請求函數

Table Of Contents

Latest Version

Download com.github.hua777 : hua-http-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.hua777 : hua-http-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.4.x
1.2.x
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 hua-http-spring-boot-starter-2.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.hua777.huahttp.enumrate

├─ com.github.hua777.huahttp.enumrate.HttpMethod.class - [JAR]

├─ com.github.hua777.huahttp.enumrate.ParamType.class - [JAR]

com.github.hua777.huahttp.config.harder

├─ com.github.hua777.huahttp.config.harder.HttpHarder.class - [JAR]

com.github.hua777.huahttp.annotation.extend.param

├─ com.github.hua777.huahttp.annotation.extend.param.HuaBody.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.param.HuaHeader.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.param.HuaPath.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.param.HuaQuery.class - [JAR]

com.github.hua777.huahttp.bean

├─ com.github.hua777.huahttp.bean.HttpMan.class - [JAR]

├─ com.github.hua777.huahttp.bean.HuaRequest.class - [JAR]

├─ com.github.hua777.huahttp.bean.HuaResponse.class - [JAR]

├─ com.github.hua777.huahttp.bean.JsonMan.class - [JAR]

├─ com.github.hua777.huahttp.bean.ValueMan.class - [JAR]

com.github.hua777.huahttp.config.creator

├─ com.github.hua777.huahttp.config.creator.DefaultParamCreator.class - [JAR]

com.github.hua777.huahttp.config

├─ com.github.hua777.huahttp.config.HttpConfig.class - [JAR]

├─ com.github.hua777.huahttp.config.HttpFactory.class - [JAR]

├─ com.github.hua777.huahttp.config.HttpInvocation.class - [JAR]

├─ com.github.hua777.huahttp.config.HttpRegistry.class - [JAR]

├─ com.github.hua777.huahttp.config.HttpScanner.class - [JAR]

com.github.hua777.huahttp.config.handler

├─ com.github.hua777.huahttp.config.handler.HttpHandler.class - [JAR]

com.github.hua777.huahttp.annotation.extend.method

├─ com.github.hua777.huahttp.annotation.extend.method.HuaDelete.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.method.HuaGet.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.method.HuaPost.class - [JAR]

├─ com.github.hua777.huahttp.annotation.extend.method.HuaPut.class - [JAR]

com.github.hua777.huahttp.tool

├─ com.github.hua777.huahttp.tool.MapTool.class - [JAR]

├─ com.github.hua777.huahttp.tool.PropertyTool.class - [JAR]

com.github.hua777.huahttp.annotation

├─ com.github.hua777.huahttp.annotation.HuaAop.class - [JAR]

├─ com.github.hua777.huahttp.annotation.HuaHttp.class - [JAR]

├─ com.github.hua777.huahttp.annotation.HuaMethod.class - [JAR]

├─ com.github.hua777.huahttp.annotation.HuaParam.class - [JAR]

├─ com.github.hua777.huahttp.annotation.HuaParams.class - [JAR]

com.github.hua777.huahttp.property

├─ com.github.hua777.huahttp.property.HttpProperty.class - [JAR]

com.github.hua777.huahttp.config.converter

├─ com.github.hua777.huahttp.config.converter.DefaultParamConverter.class - [JAR]

com.github.hua777.huahttp.config.limiter

├─ com.github.hua777.huahttp.config.limiter.DefaultStreamLimiter.class - [JAR]

├─ com.github.hua777.huahttp.config.limiter.InputStreamSupplier.class - [JAR]