jar

com.github.zhanjixun : ihttp

Maven & Gradle

Oct 29, 2019
1 stars

ihttp · A http tool based on annotation.

Table Of Contents

Latest Version

Download com.github.zhanjixun : ihttp JAR file - Latest Versions:

All Versions

Download com.github.zhanjixun : ihttp JAR file - All Versions:

Version Vulnerabilities Size Updated
19.10

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 ihttp-19.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.zhanjixun.ihttp.constant

├─ com.zhanjixun.ihttp.constant.SwitchType.class - [JAR]

com.zhanjixun.ihttp.result.json.annotations

├─ com.zhanjixun.ihttp.result.json.annotations.JsonArrayResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.json.annotations.JsonObjectResult.class - [JAR]

com.zhanjixun.ihttp

├─ com.zhanjixun.ihttp.CookiesStore.class - [JAR]

├─ com.zhanjixun.ihttp.IHTTP.class - [JAR]

├─ com.zhanjixun.ihttp.Request.class - [JAR]

├─ com.zhanjixun.ihttp.Response.class - [JAR]

com.zhanjixun.ihttp.parsing

├─ com.zhanjixun.ihttp.parsing.AnnotationParser.class - [JAR]

├─ com.zhanjixun.ihttp.parsing.Parser.class - [JAR]

com.zhanjixun.ihttp.domain

├─ com.zhanjixun.ihttp.domain.ByteArrayFile.class - [JAR]

├─ com.zhanjixun.ihttp.domain.Configuration.class - [JAR]

├─ com.zhanjixun.ihttp.domain.Cookie.class - [JAR]

├─ com.zhanjixun.ihttp.domain.FileParts.class - [JAR]

├─ com.zhanjixun.ihttp.domain.Header.class - [JAR]

├─ com.zhanjixun.ihttp.domain.HttpProxy.class - [JAR]

├─ com.zhanjixun.ihttp.domain.NameValuePair.class - [JAR]

├─ com.zhanjixun.ihttp.domain.Param.class - [JAR]

com.zhanjixun.ihttp.logging

├─ com.zhanjixun.ihttp.logging.ConnectionInfo.class - [JAR]

com.zhanjixun.ihttp.result.html.annotations

├─ com.zhanjixun.ihttp.result.html.annotations.BooleanResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.DoubleResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.IntegerResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.ListResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.LongResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.MapEntry.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.MapResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.ObjectResult.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.ResultType.class - [JAR]

├─ com.zhanjixun.ihttp.result.html.annotations.StringResult.class - [JAR]

com.zhanjixun.ihttp.binding

├─ com.zhanjixun.ihttp.binding.Mapper.class - [JAR]

├─ com.zhanjixun.ihttp.binding.MapperMethod.class - [JAR]

├─ com.zhanjixun.ihttp.binding.MapperProxy.class - [JAR]

├─ com.zhanjixun.ihttp.binding.MapperProxyFactory.class - [JAR]

com.zhanjixun.ihttp.executor

├─ com.zhanjixun.ihttp.executor.BaseExecutor.class - [JAR]

├─ com.zhanjixun.ihttp.executor.CommonsHttpClientExecutor.class - [JAR]

├─ com.zhanjixun.ihttp.executor.ComponentsHttpClientExecutor.class - [JAR]

├─ com.zhanjixun.ihttp.executor.Executor.class - [JAR]

├─ com.zhanjixun.ihttp.executor.JavaExecutor.class - [JAR]

├─ com.zhanjixun.ihttp.executor.OkHttpExecutor.class - [JAR]

com.zhanjixun.ihttp.exception

├─ com.zhanjixun.ihttp.exception.AssertStatusCodeException.class - [JAR]

com.zhanjixun.ihttp.spring

├─ com.zhanjixun.ihttp.spring.MapperScanner.class - [JAR]

com.zhanjixun.ihttp.annotations

├─ com.zhanjixun.ihttp.annotations.Accept.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.AcceptEncoding.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.AcceptLanguage.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.AssertStatusCode.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.BalanceURL.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.ContentType.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.CookieShare.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.DisableCookie.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.EnableCookieCache.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.FilePart.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.FilePartRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.GET.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Header.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.HeaderRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.HttpExecutor.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Origin.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.POST.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Param.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.ParamMap.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.ParamObject.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.ParamRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Placeholder.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Proxy.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.RandomParam.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.RandomParamRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.RandomPlaceholder.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.RandomPlaceholderRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.Referer.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.ResponseCharset.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.StringBody.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.StringBodyObject.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.TimestampParam.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.TimestampParamRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.TimestampPlaceholder.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.TimestampPlaceholderRepeatable.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.URL.class - [JAR]

├─ com.zhanjixun.ihttp.annotations.UserAgent.class - [JAR]

com.zhanjixun.ihttp.utils

├─ com.zhanjixun.ihttp.utils.CookieUtils.class - [JAR]

├─ com.zhanjixun.ihttp.utils.ReflectUtils.class - [JAR]

├─ com.zhanjixun.ihttp.utils.StrUtils.class - [JAR]

com.zhanjixun.ihttp.cookie

├─ com.zhanjixun.ihttp.cookie.CookiesStoreFactory.class - [JAR]

├─ com.zhanjixun.ihttp.cookie.CookiesStoreImpl.class - [JAR]

Advertisement