Skip to content

JavaWebStack/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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>

About

The http framework of JavaWebStack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages