Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bowbahdoe/jdk-httpserver-regexrouter
- Owner: bowbahdoe
- License: apache-2.0
- Created: 2024-05-10T16:11:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T15:15:56.000Z (6 months ago)
- Last Synced: 2024-05-12T17:30:03.122Z (6 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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