Basic usage is to call rsvp.ListenAndServe which is a drop-in replacement for the standard library http.ListenAndServe function with graceful shutdown.
The default behavior can be customized with options to configure trigger signals, shutdown timeout and context, TLS and logging.
Full documentation with sample code is at https://pkg.go.dev/github.com/jbarham/rsvp#section-documenta....