caddy-esi icon indicating copy to clipboard operation
caddy-esi copied to clipboard

Middleware for Caddy Server integrating ESI (edge side includes) tags with parallel loading. Able to connect to HTTP/S/2, Memcache, Redis, shell scripts, gRPC and SQL backends 🐜🐜🐜

Results 1 caddy-esi issues
Sort by recently updated
recently updated
newest added

Unable to build. The following errors are produced. ```text # github.com/corestoreio/caddy-esi/esitag ../../../corestoreio/caddy-esi/esitag/data_tag.go:121:20: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:155:23: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:177:24: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:183:24: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:190:25: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:199:24: undefined: "github.com/corestoreio/errors".NewWriteFailed ../../../corestoreio/caddy-esi/esitag/data_tag.go:205:24:...

bug