caddyhttp: Implement caddy respond command (#4870)

This commit is contained in:
Matt Holt
2022-08-01 13:36:22 -06:00
committed by GitHub
parent ebd6abcbd5
commit f783290f40
8 changed files with 318 additions and 40 deletions
+1
View File
@@ -132,6 +132,7 @@ type Server struct {
primaryHandlerChain Handler
errorHandlerChain Handler
listenerWrappers []caddy.ListenerWrapper
listeners []net.Listener
tlsApp *caddytls.TLS
logger *zap.Logger