/http-server

The http framework of JavaWebStack

Primary LanguageJavaApache License 2.0Apache-2.0



JWS HTTP Routing Library

!!! DISCONTINUED !!!
This library has been renamed and refactored, it is now continued under http-router

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

This library provides a routing and request mapping stack on top of the well known and industry proven eclipse jetty http server. It also supports websockets.

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>http-server</artifactId>
    <version>1.0.2</version>
</dependency>