Skip to content

Releases: maxbolgarin/servex

v1.0.0

13 Dec 18:33
Compare
Choose a tag to compare

Release v1.0.0

Servex is a lightweight HTTP(S) server package built using Go's net/http and gorilla/mux. This package is designed to easy integrate into existing net/http servers. By using gorilla/mux, it offers flexible routing capabilities with the integrated middleware for logging, authentication and panic recovery.