Categorygithub.com/slax0rr/go-httpserver
modulepackage
0.0.0-20201002084025-a4c84dbfd6c2
Repository: https://github.com/slax0rr/go-httpserver.git
Documentation: pkg.go.dev

# README

Go HTTP Server with graceful restart

More information can be found here.

This is only for representation and learning purposes, and should not be used in production.

# Functions

Serve starts a new listener and an HTTP server.
Stop gracefully stops the server.

# Structs

Config struct for the HTTP server.