License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp-frontend2 |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp-frontend2
Create a webserver with this library in just 3 lines of code. Register your HttpRequestListener and it feeds you a FrontendSocket that you write HttpResponses to
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-frontend2-2.1.1.pom | |
http-frontend2-2.1.1.jar | 48 KB |
http-frontend2-2.1.1-sources.jar | 24 KB |
http-frontend2-2.1.1-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-frontend2/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-frontend2</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-frontend2/
implementation 'org.webpieces:http-frontend2:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/http-frontend2/
implementation ("org.webpieces:http-frontend2:2.1.1")
'org.webpieces:http-frontend2:jar:2.1.1'
<dependency org="org.webpieces" name="http-frontend2" rev="2.1.1">
<artifact name="http-frontend2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-frontend2', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "http-frontend2" % "2.1.1"
[org.webpieces/http-frontend2 "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webpieces : core-asyncserver | jar | 2.1.1 |
org.webpieces : http1_1-parser | jar | 2.1.1 |
org.webpieces : http2-engine | jar | 2.1.1 |
org.webpieces : http2-translations | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : core-metrics | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar |