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

https://github.com/mojtabamoaddab/router

Simple HTTP router built on Go 1.22's http.ServeMux, designed for easy route management and middleware support.
https://github.com/mojtabamoaddab/router

Last synced: 12 months ago
JSON representation

Simple HTTP router built on Go 1.22's http.ServeMux, designed for easy route management and middleware support.

Awesome Lists containing this project

README

          

# Simple HTTP Router

Simple HTTP router built on Go 1.22's `http.ServeMux`, designed for easy route management and middleware support.