jar

com.github.wenhao : http

Maven & Gradle

Apr 01, 2015
1 stars

http · Simplified, lightweight HTTP client library, a wrapper for apache httpclient.

Table Of Contents

Latest Version

Download com.github.wenhao : http JAR file - Latest Versions:

All Versions

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

com.github.wenhao.http.core.model

├─ com.github.wenhao.http.core.model.HttpMethod.class - [JAR]

├─ com.github.wenhao.http.core.model.HttpRequest.class - [JAR]

├─ com.github.wenhao.http.core.model.HttpResponse.class - [JAR]

com.github.wenhao.http.core.method

├─ com.github.wenhao.http.core.method.HttpDeleteRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpGetRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpHeadRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpOptionsRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpPatchRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpPostRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpPutRequest.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpRequestFactory.class - [JAR]

├─ com.github.wenhao.http.core.method.HttpRequestable.class - [JAR]

com.github.wenhao.http.core.config

├─ com.github.wenhao.http.core.config.ClasspathConfigurationSourceProvider.class - [JAR]

├─ com.github.wenhao.http.core.config.ConfigurationSourceProvider.class - [JAR]

├─ com.github.wenhao.http.core.config.HttpClientConfiguration.class - [JAR]

com.github.wenhao.http.core.entity

├─ com.github.wenhao.http.core.entity.BodyEntity.class - [JAR]

├─ com.github.wenhao.http.core.entity.FileEntity.class - [JAR]

├─ com.github.wenhao.http.core.entity.HttpEntityComponent.class - [JAR]

├─ com.github.wenhao.http.core.entity.HttpEntityFactory.class - [JAR]

├─ com.github.wenhao.http.core.entity.ParameterEntity.class - [JAR]

com.github.wenhao.http.dependencies

├─ com.github.wenhao.http.dependencies.RootBundle.class - [JAR]

com.github.wenhao.http.core.client

├─ com.github.wenhao.http.core.client.HttpClientFactory.class - [JAR]

├─ com.github.wenhao.http.core.client.HttpKeepAliveStrategy.class - [JAR]

com.github.wenhao.http.dependencies.http

├─ com.github.wenhao.http.dependencies.http.ClientModule.class - [JAR]

├─ com.github.wenhao.http.dependencies.http.EntityModule.class - [JAR]

├─ com.github.wenhao.http.dependencies.http.RequestModule.class - [JAR]

com.github.wenhao.http.core

├─ com.github.wenhao.http.core.Http.class - [JAR]

├─ com.github.wenhao.http.core.HttpFactory.class - [JAR]

Advertisement