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 0.9.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add http-client-0.9.4.jar to your project.
<dependency> <groupId>com.n3twork.druid</groupId> <artifactId>http-client</artifactId> <version>0.9.4</version> </dependency>
compile group: 'com.n3twork.druid', name: 'http-client', version: '0.9.4'
libraryDependencies += "com.n3twork.druid" % "http-client" % "0.9.4"
<dependency org="com.n3twork.druid" name="http-client" rev="0.9.4"/>
@Grapes(@Grab(group='com.n3twork.druid', module='http-client', version='0.9.4'))
'com.n3twork.druid:http-client:jar:0.9.4'
Click the following link to download the jar file.
http-client-0.9.4-javadoc.jar