HttpsServer :: Core

ESA HttpServer is an asynchronous event-driven http server based on netty.

License

License

GroupId

GroupId

io.esastack
ArtifactId

ArtifactId

httpserver
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

HttpsServer :: Core
ESA HttpServer is an asynchronous event-driven http server based on netty.

Download httpserver

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
io.esastack : commons jar 0.2.1
io.esastack : commons-net-core jar 0.0.1
io.esastack : commons-net-netty jar 0.0.1
io.netty : netty-common jar
io.netty : netty-buffer jar
io.netty : netty-handler jar
io.netty : netty-codec jar
io.netty : netty-codec-http jar
io.netty : netty-codec-http2 jar
io.netty : netty-codec-haproxy jar
io.netty : netty-transport jar
io.netty : netty-transport-native-epoll jar

provided (2)

Group / Artifact Type Version
io.netty : netty-tcnative-boringssl-static jar 2.0.34.Final
com.jcraft : jzlib jar 1.1.3

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.2
org.mockito : mockito-inline jar 3.3.3

Project Modules

There are no modules declared in this project.
io.esastack

ESA Stack

Elastic Service Architecture

Versions

Version
0.1.1
0.1.0
0.0.1