Skip to content

Commit

Permalink
add caddy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alancolant committed May 3, 2024
1 parent 89e24b4 commit e088638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func init() {
httpcaddyfile.RegisterDirectiveOrder("image_processor", "before", "respond")
}

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

0 comments on commit e088638

Please sign in to comment.