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