Micro HTTP Server

Microhttp is an event-driven, single-threaded, zero-dependency web server

License

License

GroupId

GroupId

org.microhttp
ArtifactId

ArtifactId

microhttp
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Micro HTTP Server
Microhttp is an event-driven, single-threaded, zero-dependency web server
Project URL

Project URL

https://github.com/ebarlas/microhttp
Source Code Management

Source Code Management

https://github.com/ebarlas/microhttp/tree/main

Download microhttp

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.7
0.6
0.5
0.4
0.3
0.2
0.1