Categorygithub.com/groob/finalizer
repositorypackage
0.0.0-20210806035223-91592c9e1e0b
Repository: https://github.com/groob/finalizer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

GoDoc

Finalizer is a Go package that implements an HTTP Middleware with a callback that gets called at the end of every request. Typically used to implement HTTP logging.

The code in this package has been adapted from the Go-Kit http server code.