Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bowbahdoe/jdk-httpserver-regexrouter

Request router and dispatcher for the JDK's built-in HTTP server
https://github.com/bowbahdoe/jdk-httpserver-regexrouter

Last synced: 7 days ago
JSON representation

Request router and dispatcher for the JDK's built-in HTTP server

Awesome Lists containing this project

README

        

# Regex based router for the JDK Http Server

[![javadoc](https://javadoc.io/badge2/dev.mccue/jdk-httpserver-json/javadoc.svg)](https://javadoc.io/doc/dev.mccue/jdk-httpserver-json)
[![Tests](https://github.com/bowbahdoe/jdk-httpserver-json/actions/workflows/test.yml/badge.svg)](https://github.com/bowbahdoe/jdk-httpserver-json/actions/workflows/test.yml)

Regex based request router and dispatcher for the JDK's [built-in HTTP server](https://docs.oracle.com/en/java/javase/21/docs/api/jdk.httpserver/module-summary.html).

Requires Java 21+

## Dependency Information

### Maven

```xml

dev.mccue
jdk-httpserver-regexrouter
2024.05.12

```

### Gradle

```
dependencies {
implementation("dev.mccue:jdk-httpserver-regexrouter:2024.05.10.2")
}
```

## Usage