Last Version

commons-httpclient 3.2-alpha

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.exp-blog
ArtifactId

ArtifactId

commons-httpclient
Version

Version

3.2-alpha
Type

Type

jar
Description

Description

commons-httpclient
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
Project URL

Project URL

https://github.com/lyy289065406/commons-httpclient
Source Code Management

Source Code Management

https://github.com/lyy289065406/commons-httpclient

Download commons-httpclient 3.2-alpha


<!-- https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/ -->
<dependency>
    <groupId>com.exp-blog</groupId>
    <artifactId>commons-httpclient</artifactId>
    <version>3.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/
implementation 'com.exp-blog:commons-httpclient:3.2-alpha'
// https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/
implementation ("com.exp-blog:commons-httpclient:3.2-alpha")
'com.exp-blog:commons-httpclient:jar:3.2-alpha'
<dependency org="com.exp-blog" name="commons-httpclient" rev="3.2-alpha">
  <artifact name="commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exp-blog', module='commons-httpclient', version='3.2-alpha')
)
libraryDependencies += "com.exp-blog" % "commons-httpclient" % "3.2-alpha"
[com.exp-blog/commons-httpclient "3.2-alpha"]

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4
commons-codec : commons-codec jar 1.2
commons-cli : commons-cli jar 1.2

Project Modules

There are no modules declared in this project.