Skip to content

Commit e088638

Browse files
committed
add caddy doc
1 parent 89e24b4 commit e088638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ func init() {
2222
httpcaddyfile.RegisterDirectiveOrder("image_processor", "before", "respond")
2323
}
2424

25+
// Middleware allow user to do image processing on the fly using libvips
26+
// With simple queries parameters you can resize, convert, crop your served images
2527
type Middleware struct {
2628
logger *zap.Logger
2729
}

0 commit comments

Comments
 (0)