HTTP common

A library with classes used for HTTP processing

License

License

GroupId

GroupId

com.ai-republic
ArtifactId

ArtifactId

http-common
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

HTTP common
A library with classes used for HTTP processing
Project URL

Project URL

https://github.com/ai-republic/http-common
Source Code Management

Source Code Management

https://github.com/ai-republic/http-common

Download http-common

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

HTTP common

A library with tools used for HTTP processing including ByteBuffer utilities, SSL utilities to create SSLContext and SSLEngine, asynchronous request processing and path matching utilities.

Versions

Version
1.0.1
1.0.0