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

https://github.com/sinetja/netty-router

Tiny HTTP router library for Netty, that can route and create reverse routes
https://github.com/sinetja/netty-router

Last synced: about 1 month ago
JSON representation

Tiny HTTP router library for Netty, that can route and create reverse routes

Awesome Lists containing this project

README

          

Netty-Router is a tiny Java library intended for use with Netty 4.1, to route HTTP
requests to your Netty handlers.

Javadoc:

* `Netty-Router `_
* `Netty `_

For usage instructions, see the Javadoc above of class ``Router`` and
`the example `_.

Use with Maven
~~~~~~~~~~~~~~

::


tv.cntt
netty-router
2.2.0

Tip:
To boost Netty speed, you should also add
`Javassist `_

::


org.javassist
javassist
3.21.0-GA