francescomari / httprun

Run and shutdown gracefully an HTTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httprun

httprun is a package that provides a way to start and gracefully shut down an HTTP server.

This allows you to delegate the management of a running server to this package and focus on your own cancellation strategy by using a standard context.Context.

Install

go get github.com/francescomari/httprun

Documentation

Read the documentation here.

License

This library is licensed under MIT.

About

Run and shutdown gracefully an HTTP server

License:MIT License


Languages

Language:Go 100.0%