Versions in this module Expand all Collapse all v1 v1.0.1 Apr 4, 2025 v1.0.0 Nov 21, 2024 Changes in this version + const DefaultAddr + const DefaultZone + func Logger(logger zerolog.Logger) func(next http.Handler) http.Handler + type HttpD struct + func NewHttpD(prj projects.Provider, opts ...Option) *HttpD + func (h *HttpD) ListenAndServe() error + func (h *HttpD) Shutdown(ctx context.Context) error + type Option func(h *HttpD) + func WithAddr(addr string) Option + func WithZone(zone string) Option