Jar examples for h:http-client
Use this tool to quickly create http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.
You can download jar file http-client 1.0.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add http-client-1.0.0.jar to your project.
<dependency> <groupId>com.metamx</groupId> <artifactId>http-client</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.metamx', name: 'http-client', version: '1.0.0'
libraryDependencies += "com.metamx" % "http-client" % "1.0.0"
<dependency org="com.metamx" name="http-client" rev="1.0.0"/>
@Grapes(@Grab(group='com.metamx', module='http-client', version='1.0.0'))
'com.metamx:http-client:jar:1.0.0'
Click the following link to download the jar file.
http-client-1.0.0-javadoc.jar