- Add new
Config.EventsAPIConfig.Middlewar
configuration and correspondingWithMiddleware(…)
option.
This fixes #19 by allowing the user to inject a custom HTTP middleware for the
EventsAPIServer
, e.g. in order to enable custom (health) endpoints.
Config.EventsAPIConfig.Middlewar
configuration and corresponding WithMiddleware(…)
option.EventsAPIServer
, e.g. in order to enable custom (health) endpoints.