HTTPino

A small, human, developer-focused HTTP client that wraps Apache Httpcomponents to make common tasks as clear, simple and straightforward as possible.

License

License

GroupId

GroupId

com.github.davidcarboni
ArtifactId

ArtifactId

httpino
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

HTTPino
A small, human, developer-focused HTTP client that wraps Apache Httpcomponents to make common tasks as clear, simple and straightforward as possible.
Project Organization

Project Organization

Carboni

Download httpino

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/ -->
<dependency>
    <groupId>com.github.davidcarboni</groupId>
    <artifactId>httpino</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/
implementation 'com.github.davidcarboni:httpino:0.0.8'
// https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/
implementation ("com.github.davidcarboni:httpino:0.0.8")
'com.github.davidcarboni:httpino:jar:0.0.8'
<dependency org="com.github.davidcarboni" name="httpino" rev="0.0.8">
  <artifact name="httpino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='httpino', version='0.0.8')
)
libraryDependencies += "com.github.davidcarboni" % "httpino" % "0.0.8"
[com.github.davidcarboni/httpino "0.0.8"]

Dependencies

compile (9)

Group / Artifact Type Version
junit : junit jar 4.11
javax.servlet : javax.servlet-api jar 3.1.0
org.apache.httpcomponents : httpclient jar 4.5
org.apache.httpcomponents : httpmime jar 4.5
commons-fileupload : commons-fileupload jar 1.3.1
org.apache.commons : commons-lang3 jar 3.4
commons-io : commons-io jar 2.4
com.google.code.gson : gson jar 2.3.1
com.github.davidcarboni : resource-utils jar 1.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1