+1
−0
+2
−0
v2/httpserver/doc.go
0 → 100644
+55
−0
v2/httpserver/health.go
0 → 100644
+81
−0
v2/httpserver/middleware.go
0 → 100644
+96
−0
Loading
Production-ready HTTP server implementing app.Component with automatic /-/liveness and /-/readiness endpoints. Readiness checks are chainable and run concurrently. Includes request logging and tracing middleware.