httpserver
First Release: 01 Jan 2021
Last Update: 17 Sep 2021
Status: not-active
Latest Release: v1.2.0
documentation source
Last Update: 17 Sep 2021
Status: not-active
Latest Release: v1.2.0
documentation source
About
This library intent to add some features on top of httprouter. At the time, I added graceful shutdown, middlewares, routes grouping, asynchronous buffered logging, serving responses in form of JSON, XML, string, and HTML, also include file servers. It's a simple fullstack framework. Currently it's not well maintained, and based on httprouter. You can found more well maintained http framework out there such as Gin, Echo, etc.
Example
...