h

http-client

Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.
https://github.com/liukefeng2008/http-client-proxy
Files download
File Operation
http-client-1.6.2.jar download
http-client-1.6.2.pom download
http-client-1.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ifengxue</groupId>
  <artifactId>http-client</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.ifengxue:http-client:1.6.2'
Gradle Kotlin
implementation("com.ifengxue:http-client:1.6.2")
Scala SBT
libraryDependencies += "com.ifengxue" % "http-client" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.ifengxue', module='http-client', version='1.6.2')
)
Apache Ivy
<dependency org="com.ifengxue" name="http-client" rev="1.6.2" />
Leiningen
[com.ifengxue/http-client "1.6.2"]
Apache Buildr
'com.ifengxue:http-client:jar:1.6.2'